4.1.1.5 Ensure access on /etc/passwd is configured

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

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

See Also

https://workbench.cisecurity.org/benchmarks/10385