mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-04 01:12:00 +00:00
39 lines
784 B
YAML
39 lines
784 B
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.
|
|
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-84801-0
|
|
cci:
|
|
- CCI-001891
|
|
- CCI-002046
|
|
800-53r4:
|
|
- AU-8(1)
|
|
srg:
|
|
- SRG-OS-000355-GPOS-00143
|
|
- SRG-OS-000356-GPOS-00144
|
|
disa_stig:
|
|
- AOSX-14-000014
|
|
800-171r2:
|
|
- 3.3.7
|
|
macOS:
|
|
- "10.15"
|
|
tags:
|
|
- 800-171
|
|
- cnssi-1253
|
|
- fisma-moderate
|
|
- fisma-high
|
|
- STIG
|
|
mobileconfig: false
|
|
mobileconfig_info:
|