The /etc/passwd file contains a list of the users defined within the system. Rationale: The /etc/passwd file defines all users within the system. Since the file contains sensitive information, it must be properly secured.
Solution
Ensure correct ownership and permissions are in place for /etc/passwd: chown root:security /etc/passwd chmod u=rw,go=r /etc/passwd Default Value: 644