6.1.2 Ensure permissions on /etc/passwd are configured

Information

The /etc/passwd file contains user account information that is used by many system utilities and therefore must be readable for these utilities to operate.

Rationale:

It is critical to ensure that the /etc/passwd file is protected from unauthorized write access. Although it is protected by default, the file permissions could be changed either inadvertently or through malicious actions.

Solution

Run the following commands to set owner, group, and permissions on /etc/passwd :

# chown root:root /etc/passwd
# chmod u-x,g-wx,o-wx /etc/passwd

See Also

https://workbench.cisecurity.org/files/2948

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-5(6), CSCv7|14.6

Plugin: Unix

Control ID: c1b4aa1bacbc70fdaed059d3025b5af30c5d4cb84900814f097c5a517b2795cf