mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-05 01:23:18 +00:00
54 lines
1.0 KiB
YAML
54 lines
1.0 KiB
YAML
id: os_time_server_enabled
|
|
title: "Enable Time Synchronization Daemon"
|
|
discussion: |
|
|
The macOS time synchronization daemon (timed) _MUST_ be enabled for proper time synchronization to an authorized time server.
|
|
|
|
NOTE: The time synchronization daemon is enabled by default on macOS.
|
|
check: |
|
|
/bin/launchctl list | /usr/bin/grep -c com.apple.timed
|
|
result:
|
|
integer: 1
|
|
fix: |
|
|
[source,bash]
|
|
----
|
|
/bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.timed.plist
|
|
----
|
|
references:
|
|
cce:
|
|
- CCE-91019-0
|
|
cci:
|
|
- CCI-001891
|
|
- CCI-002046
|
|
800-53r5:
|
|
- AU-12(1)
|
|
- SC-45(1)
|
|
800-53r4:
|
|
- AU-8(1)
|
|
srg:
|
|
- SRG-OS-000355-GPOS-00143
|
|
- SRG-OS-000356-GPOS-00144
|
|
disa_stig:
|
|
- APPL-12-000014
|
|
800-171r2:
|
|
- 3.3.7
|
|
cis:
|
|
benchmark:
|
|
- N/A
|
|
v8:
|
|
- 8.4
|
|
macOS:
|
|
- "12.0"
|
|
tags:
|
|
- 800-171
|
|
- cnssi-1253
|
|
- 800-53r5_low
|
|
- 800-53r5_moderate
|
|
- 800-53r5_high
|
|
- 800-53r4_moderate
|
|
- 800-53r4_high
|
|
- cisv8
|
|
- stig
|
|
severity: "medium"
|
|
mobileconfig: false
|
|
mobileconfig_info:
|