SV-268558r1034614_rule
V-268558
SRG-OS-000104-GPOS-00051
APPL-15-005052
CAT II
10
Configure the macOS system to prompt for username and password at the login window by installing the "com.apple.loginwindow" configuration profile.
Verify the macOS system is configured to prompt for username and password at the login window with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.loginwindow')\
.objectForKey('SHOWFULLNAME').js
EOS
If the result is not "true", this is a finding.
V-268558
False
APPL-15-005052
Verify the macOS system is configured to prompt for username and password at the login window with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.loginwindow')\
.objectForKey('SHOWFULLNAME').js
EOS
If the result is not "true", this is a finding.
M
5661