SV-268539r1034557_rule
V-268539
SRG-OS-000079-GPOS-00047
APPL-15-003012
CAT II
10
Configure the macOS system to disable password hints by installing the "com.apple.loginwindow" configuration profile.
Verify the macOS system is configured to disable password hints with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.loginwindow')\
.objectForKey('RetriesUntilHint').js
EOS
If the result is not "0", this is a finding.
V-268539
False
APPL-15-003012
Verify the macOS system is configured to disable password hints with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.loginwindow')\
.objectForKey('RetriesUntilHint').js
EOS
If the result is not "0", this is a finding.
M
5661