STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM AIX 7.x Security Technical Implementation Guide

V-215273

CAT II (Medium)

AIX time synchronization configuration file must be group-owned by bin, or system.

Rule ID

SV-215273r991589_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-000366

Discussion

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.

Check Content

Check "/etc/ntp.conf" file group ownership:
# ls -al /etc/ntp.conf

The above command should yield the following output:
-rw-r-----    1 root     system          993 Aug 25 18:26 /etc/ntp.conf

If the file is not group-owned by "system", this is a finding.

Fix Text

Change the group owner of the files in "/etc/news" to "system" using:
# chgrp system /etc/ntp.conf