Rule ID
SV-44995r1_rule
Version
V1R12
CCIs
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.
Verify the /etc/group file is owned by root. # ls -l /etc/group If the file is not owned by root, this is a finding.
Change the owner of the /etc/group file to root. # chown root /etc/group