Ensure permissions on /etc/hosts.allow are configured

Information

It is critical to ensure that the /etc/hosts.allow 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 permissions on /etc/hosts.allow: # chown root:root /etc/hosts.allow# chmod 644 /etc/hosts.allow

See Also

https://www.cisco.com/c/en/us/td/docs/security/firepower/623/configuration/guide/fpmc-config-guide-v623.html