6.1.7 Ensure permissions on /etc/group.old are configured

Information

The /etc/group.old file contains a backup list of all the valid groups defined in the system.

Rationale:

It is critical to ensure that the /etc/group.old 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 command to set permissions on /etc/group.old:

# chown root:root /etc/group.old
# chmod u-x,go-wx /etc/group.old

See Also

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