SV-215269r508663_rule
V-215269
SRG-OS-000480-GPOS-00227
AIX7-00-002077
CAT II
10
Change the "mode-bit" and the ownership of "/etc/inetd.conf":
# chmod 644 /etc/inetd.conf
# chown root:system /etc/inetd.conf
Check the ownership of "/etc/inetd.conf":
# ls -l /etc/inetd.conf | awk '{print $1 " " $3 " " $4 " " $9}'
The above command should yield the following output:
-rw-r--r-- root system /etc/inetd.conf
If it does not, this is a finding.
V-215269
False
AIX7-00-002077
Check the ownership of "/etc/inetd.conf":
# ls -l /etc/inetd.conf | awk '{print $1 " " $3 " " $4 " " $9}'
The above command should yield the following output:
-rw-r--r-- root system /etc/inetd.conf
If it does not, this is a finding.
M
4012