SV-268434r1137691_rule
V-268434
SRG-OS-000080-GPOS-00048
APPL-15-000033
CAT II
10
Configure the macOS system to disable FileVault automatic login by installing the "com.apple.loginwindow" configuration profile.
NOTE: To ensure continued access to the operating system, consult the supplemental guidance provided with the STIG before applying the configuration profile.
Verify the macOS system is configured to disable FileVault automatic login with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.loginwindow')\
.objectForKey('DisableFDEAutoLogin').js
EOS
If the result is not "true", this is a finding.
V-268434
False
APPL-15-000033
Verify the macOS system is configured to disable FileVault automatic login with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.loginwindow')\
.objectForKey('DisableFDEAutoLogin').js
EOS
If the result is not "true", this is a finding.
M
5661