Rule ID
SV-44997r1_rule
Version
V1R12
CCIs
The /etc/group file is critical to system security and must be protected from unauthorized modification. The group file contains a list of system groups and associated information.
Check the group ownership of the /etc/group file. Procedure: # ls -lL /etc/group If the file is not group-owned by root, bin, sys, or system, this is a finding.
Change the group-owner of the /etc/group file. Procedure: # chgrp root /etc/group