From cc341fcbd2a584e381008234a37b440379701418 Mon Sep 17 00:00:00 2001 From: Bob Gendler Date: Thu, 1 Oct 2020 15:11:04 -0400 Subject: [PATCH] wrong value in the check for auto sysprefs_enforce_auto_logout --- rules/sysprefs/sysprefs_enforce_auto_logout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/sysprefs/sysprefs_enforce_auto_logout.yaml b/rules/sysprefs/sysprefs_enforce_auto_logout.yaml index e6a41e3f..d93ae0b6 100644 --- a/rules/sysprefs/sysprefs_enforce_auto_logout.yaml +++ b/rules/sysprefs/sysprefs_enforce_auto_logout.yaml @@ -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: