SV-252928r1038944_rule
V-252928
SRG-OS-000355-GPOS-00143
TOSS-04-010180
CAT II
10
For networked systems, configure TOSS to compare internal information system clocks at least every 24 hours with a server which is synchronized to one of the redundant USNO time servers, or a time server designated for the appropriate DOD network (NIPRNet/SIPRNet), and/or the GPS.
Add and/or modify the following line in the /etc/chrony.conf file:
server [ntp.server.name] iburst maxpoll 16
If the system is not networked, this requirement is Not Applicable.
The system clock must be configured to compare the system clock at least every 24 hours to the authoritative time source.
Check the value of "maxpoll" in the "/etc/chrony/chrony.conf" file with the following command:
$ sudo grep maxpoll /etc/chrony/chrony.conf
server tick.usno.navy.mil iburst maxpoll 16
If "maxpoll" is not set to "16" or does not exist, this is a finding.
Verify that the "chrony.conf" file is configured to an authoritative DOD time source by running the following command:
$ grep -i server /etc/chrony.conf
server tick.usno.navy.mil iburst maxpoll 16
server tock.usno.navy.mil iburst maxpoll 16
server ntp2.usno.navy.mil iburst maxpoll 16
If the parameter "server" is not set, is not set to an authoritative DOD time source, or is commented out, this is a finding.
V-252928
False
TOSS-04-010180
If the system is not networked, this requirement is Not Applicable.
The system clock must be configured to compare the system clock at least every 24 hours to the authoritative time source.
Check the value of "maxpoll" in the "/etc/chrony/chrony.conf" file with the following command:
$ sudo grep maxpoll /etc/chrony/chrony.conf
server tick.usno.navy.mil iburst maxpoll 16
If "maxpoll" is not set to "16" or does not exist, this is a finding.
Verify that the "chrony.conf" file is configured to an authoritative DOD time source by running the following command:
$ grep -i server /etc/chrony.conf
server tick.usno.navy.mil iburst maxpoll 16
server tock.usno.navy.mil iburst maxpoll 16
server ntp2.usno.navy.mil iburst maxpoll 16
If the parameter "server" is not set, is not set to an authoritative DOD time source, or is commented out, this is a finding.
M
5469