SV-268427r1131179_rule
V-268427
SRG-OS-000355-GPOS-00143
APPL-15-000014
CAT II
10
Configure the macOS system to enforce time synchronization by installing the "com.apple.ManagedClient.preferences" configuration profile.
Verify the macOS system is configured to enforce time synchronization with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.timed')\
.objectForKey('TMAutomaticTimeOnlyEnabled').js
EOS
If the result is not "true", this is a finding.
V-268427
False
APPL-15-000014
Verify the macOS system is configured to enforce time synchronization with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.timed')\
.objectForKey('TMAutomaticTimeOnlyEnabled').js
EOS
If the result is not "true", this is a finding.
M
5661