SV-268571r1034653_rule
V-268571
SRG-OS-000480-GPOS-00227
APPL-15-005130
CAT II
10
Configure the macOS system to enforce installation of XProtect Remediator and Gatekeeper updates automatically by installing the "com.apple.SoftwareUpdate" configuration profile.
Verify the macOS system is configured to enforce installation of XProtect Remediator and Gatekeeper updates automatically with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.SoftwareUpdate')\
.objectForKey('ConfigDataInstall').js
EOS
If the result is not "true", this is a finding.
V-268571
False
APPL-15-005130
Verify the macOS system is configured to enforce installation of XProtect Remediator and Gatekeeper updates automatically with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.SoftwareUpdate')\
.objectForKey('ConfigDataInstall').js
EOS
If the result is not "true", this is a finding.
M
5661