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