Information
System time should be synchronized between all systems in an environment. This is typically done by establishing an authoritative time server or set of servers and having all systems synchronize their clocks to them.
Note: If another method for time synchronization is being used, this section may be skipped.
Rationale:
Time synchronization is important to support time sensitive security mechanisms like Kerberos and also ensures log files have consistent time records across the enterprise, which aids in forensic investigations.
Solution
Run the following command to install chrony:
# dnf install chrony
Additional Information:
On systems where host based time synchronization is not available, verify that chrony is installed.
On systems where host based time synchronization is available consult your documentation and verify that host based synchronization is in use.
NIST SP 800-53 Rev. 5:
AU-3
AU-12