4.1.1.3 Ensure access on /etc/inetd.conf is configured

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

The recommended permissions and ownership for /etc/inetd.conf are applied.

The /etc/inetd.conf file contains the list of services that inetd controls and determines their current status i.e. active or disabled. This file must be protected from unauthorized access and modifications to ensure that the services disabled in this benchmark remain locked down.

Solution

Set the recommended permissions and ownership to /etc/inetd.conf :

chmod u=rw,go=r /etc/inetd.conf
chown root:system /etc/inetd.conf
trustchk -u /etc/inetd.conf mode=644

See Also

https://workbench.cisecurity.org/benchmarks/10385