wrong value in the check for auto sysprefs_enforce_auto_logout

This commit is contained in:
Bob Gendler
2020-10-01 15:11:04 -04:00
parent 956a647561
commit cc341fcbd2

View File

@@ -5,7 +5,7 @@ discussion: |
NOTE:The maximum that macOS can be configured for autologoff is 86400 seconds (24 hours).
check: |
/usr/bin/profiles -P -o stdout | /usr/bin/grep -c '"com.apple.autologout.AutoLogOutDelay" = 604800'
/usr/bin/profiles -P -o stdout | /usr/bin/grep -c '"com.apple.autologout.AutoLogOutDelay" = 86400'
fix: |
This is implemented by a Configuration Profile.
references: