SV-238357r654246_rule
V-238357
SRG-OS-000356-GPOS-00144
UBTU-20-010436
CAT III
10
Configure chrony to synchronize the internal system clocks to the authoritative source when the time difference is greater than one second by doing the following:
Edit the "/etc/chrony/chrony.conf" file and add:
makestep 1 -1
Restart the chrony service:
$ sudo systemctl restart chrony.service
Verify the operating system synchronizes internal system clocks to the authoritative time source when the time difference is greater than one second.
Check the value of "makestep" by running the following command:
$ sudo grep makestep /etc/chrony/chrony.conf
makestep 1 -1
If the makestep option is commented out or is not set to "1 -1", this is a finding.
V-238357
False
UBTU-20-010436
Verify the operating system synchronizes internal system clocks to the authoritative time source when the time difference is greater than one second.
Check the value of "makestep" by running the following command:
$ sudo grep makestep /etc/chrony/chrony.conf
makestep 1 -1
If the makestep option is commented out or is not set to "1 -1", this is a finding.
M
5318