SV-12506r2_rule
V-12005
GEN003700
GEN003700
CAT II
10
Remove or disable the inetd startup scripts and kill the service.
First, determine if inetd/xinetd is running.
# ps -ef |grep inetd
If inetd is not running, this is not a finding.
# grep -v "^#" /etc/inetd.conf
If no active services are found, yet the inetd daemon is running, this is a finding.
V-12005
False
GEN003700
First, determine if inetd/xinetd is running.
# ps -ef |grep inetd
If inetd is not running, this is not a finding.
# grep -v "^#" /etc/inetd.conf
If no active services are found, yet the inetd daemon is running, this is a finding.
M
System Administrator
1386