UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-217878 RHEL-06-000040 SV-217878r505923_rule Medium
Description
The "/etc/passwd" file contains information about the users that are configured on the system. Protection of this file is critical for system security.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2020-09-03

Details

Check Text ( C-19359r376649_chk )
To check the group ownership of "/etc/passwd", run the command:

$ ls -l /etc/passwd

If properly configured, the output should indicate the following group-owner. "root"
If it does not, this is a finding.
Fix Text (F-19357r376650_fix)
To properly set the group owner of "/etc/passwd", run the command:

# chgrp root /etc/passwd