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