UCF STIG Viewer Logo

The time synchronization configuration file (such as /etc/ntp.conf) must be group-owned by root, bin, or sys.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22295 GEN000251 SV-26296r1_rule ECLP-1 Medium
Description
A synchronized system clock is critical for the enforcement of time-based policies and the correlation of logs and audit records with other systems. If an illicit time source is used for synchronization, the integrity of system logs and the security of the system could be compromised. If the configuration files controlling time synchronization are not owned by a system group, unauthorized modifications could result in the failure of time synchronization.
STIG Date
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-27392r1_chk )
Check the group ownership of the NTP configuration file.

Procedure:
# ls -l /etc/inet/ntp.conf

If the group owner is not root, bin, or sys, this is a finding.
Fix Text (F-23448r1_fix)
Change the group owner of the NTP configuration file.

Procedure:
# chgrp root /etc/inet/ntp.conf