SV-219332r610963_rule
V-219332
SRG-OS-000356-GPOS-00144
UBTU-18-010502
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-219332
False
UBTU-18-010502
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
4055