Skip to content

Commit

Permalink
Doogfooding - testing malformed declaration (#19170)
Browse files Browse the repository at this point in the history
- Intentionally apply passcode declaration profile (DDM) with invalid value for one of
payloads
  • Loading branch information
marko-lisica committed May 22, 2024
1 parent 8182e30 commit d2e23d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
}
}
1 change: 1 addition & 0 deletions it-and-security/teams/workstations-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2e23d1

Please sign in to comment.