1. Home
  2. Security Hardening
  3. CIS IBM AIX 7.1 L1 V1.1.0
  4. /etc/inetd.conf – permissions and ownership

/etc/inetd.conf – permissions and ownership

Details

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

Supportive Information

The following resource is also helpful.

This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles