mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
- Updated Windows policies with human readable names so they appear cleaner in Fleet UI, rather than by their file names. Ex: `Disable OneDrive` vs `disable-onedrive`
12 lines
375 B
JSON
12 lines
375 B
JSON
{
|
|
"Type": "com.apple.configuration.passcode.settings",
|
|
"Identifier": "com.fleetdm.config.passcode.settings",
|
|
"Payload": {
|
|
"RequireAlphanumericPasscode": true,
|
|
"MinimumLength": 10,
|
|
"MinimumComplexCharacters": 1,
|
|
"MaximumFailedAttempts": 11,
|
|
"MaximumGracePeriodInMinutes": 1,
|
|
"MaximumInactivityInMinutes": 15
|
|
}
|
|
}
|