Ensure permissions on /etc/hosts.deny are configured
Information
The /etc/hosts.deny file contains network information that is used by many system applications and therefore must be readable for these applications to operate.
Solution
Run the following commands to set permissions on /etc/hosts.deny : # chown root:root /etc/hosts.deny # chmod 644 /etc/hosts.deny