mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Doogfooding - testing malformed declaration (#19170)
- Intentionally apply passcode declaration profile (DDM) with invalid value for one of payloads
This commit is contained in:
parent
8182e30a2e
commit
d2e23d1af3
2 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"Type": "com.apple.configuration.passcode.settings",
|
||||
"Identifier": "956e0d14-6019-479b-a6f9-a69ef77668c5",
|
||||
"Payload": {
|
||||
"MaximumFailedAttempts": "five",
|
||||
"MaximumInactivityInMinutes ": 5,
|
||||
"MinimumLength ": 12,
|
||||
"MinimumComplexCharacters": 3
|
||||
}
|
||||
}
|
||||
|
|
@ -86,6 +86,7 @@ controls:
|
|||
- path: ../lib/configuration-profiles/macos-password.mobileconfig
|
||||
- path: ../lib/configuration-profiles/macos-prevent-autologon.mobileconfig
|
||||
- path: ../lib/configuration-profiles/macos-secure-terminal-keyboard.mobileconfig
|
||||
- path: ../lib/configuration-profiles/passcode-settings-ddm.json
|
||||
macos_setup:
|
||||
bootstrap_package: ""
|
||||
enable_end_user_authentication: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue