4.1.1.5 Ensure access on /etc/passwd is configured
Information
The /etc/passwd file contains a list of the users defined within the system. 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