SV-268448r1034284_rule
V-268448
SRG-OS-000279-GPOS-00109
APPL-15-000160
CAT II
10
Configure the macOS system to enforce auto logout after 86400 seconds of inactivity by installing the "com.apple.GlobalPreferences" configuration profile.
Verify the macOS system is configured to enforce auto logout after 86400 seconds of inactivity with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('.GlobalPreferences')\
.objectForKey('com.apple.autologout.AutoLogOutDelay').js
EOS
If the result is not "86400", this is a finding.
V-268448
False
APPL-15-000160
Verify the macOS system is configured to enforce auto logout after 86400 seconds of inactivity with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('.GlobalPreferences')\
.objectForKey('com.apple.autologout.AutoLogOutDelay').js
EOS
If the result is not "86400", this is a finding.
M
5661