UCF STIG Viewer Logo

The /etc/group file must be owned by root.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226518 GEN001391 SV-226518r603265_rule Medium
Description
The /etc/group file is critical to system security and must be owned by a privileged user. The group file contains a list of system groups and associated information.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-28679r482942_chk )
Verify the /etc/group file is owned by root.

Procedure:
# ls -l /etc/group
If the file is not owned by root, this is a finding.
Fix Text (F-28667r482943_fix)
Change the owner of the /etc/group file to root.

# chown root /etc/group