6.1.3 Ensure permissions on /etc/passwd- are configured

Information

The /etc/passwd- file contains backup user account information.

Rationale:

It is critical to ensure that the /etc/passwd- file is protected from unauthorized 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 chmod u-x,go-wx /etc/passwd-

Default Value:

Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)

See Also

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