Doogfooding - testing malformed declaration (#19170)

- Intentionally apply passcode declaration profile (DDM) with invalid value for one of
payloads
This commit is contained in:
Marko Lisica 2024-05-23 00:01:56 +02:00 committed by GitHub
parent 8182e30a2e
commit d2e23d1af3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -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
}
}

View file

@ -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