SV-217281r646755_rule
V-217281
SRG-OS-000355-GPOS-00143
SLES-12-030300
CAT II
10
Configure the SUSE operating system clock must be configured to synchronize to an authoritative DoD time source when the time difference is greater than one second.
To configure the system clock to synchronize to an authoritative DoD time source at least every 24 hours, edit the file "/etc/ntp.conf". Add or correct the following lines by replacing "[time_source]" with an authoritative DoD time source:
server [time_source] maxpoll 16
Verify the SUSE operating system clock must be configured to synchronize to an authoritative DoD time source when the time difference is greater than one second.
Check that the SUSE operating system clock must be configured to synchronize to an authoritative DoD time source when the time difference is greater than one second with the following command:
> sudo grep maxpoll /etc/ntp.conf
server 0.us.pool.ntp.mil maxpoll 16
If nothing is returned or "maxpoll" is greater than "16", or is commented out, this is a finding.
Verify the "ntp.conf" file is configured to an authoritative DoD time source by running the following command:
> sudo grep -i server /etc/ntp.conf
server 0.us.pool.ntp.mil
If the parameter "server" is not set or is not set to an authoritative DoD time source, this is a finding.
V-217281
False
SLES-12-030300
Verify the SUSE operating system clock must be configured to synchronize to an authoritative DoD time source when the time difference is greater than one second.
Check that the SUSE operating system clock must be configured to synchronize to an authoritative DoD time source when the time difference is greater than one second with the following command:
> sudo grep maxpoll /etc/ntp.conf
server 0.us.pool.ntp.mil maxpoll 16
If nothing is returned or "maxpoll" is greater than "16", or is commented out, this is a finding.
Verify the "ntp.conf" file is configured to an authoritative DoD time source by running the following command:
> sudo grep -i server /etc/ntp.conf
server 0.us.pool.ntp.mil
If the parameter "server" is not set or is not set to an authoritative DoD time source, this is a finding.
M
4033