6.1.7 Ensure permissions on /etc/shadow- are configured
Information
It is critical to ensure that the /etc/shadow- 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/shadow-: # chown root:root /etc/shadow- # chmod 600 /etc/shadow-