SV-100275r1_rule
V-89625
SRG-OS-000096-GPOS-00050
VRAU-SL-000515
CAT II
10
The "xinetd" service can be disabled with the following command:
# chkconfig xinetd off
If network services are using the "xinetd" service, this is not applicable.
To check that the "xinetd" service is disabled in system boot configuration, run the following command:
# chkconfig "xinetd" --list
Output should indicate the "xinetd" service has either not been installed or has been disabled at all run levels as shown in the example below:
xinetd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Run the following command to verify "xinetd" is disabled through current runtime configuration:
# service xinetd status
If the service is disabled, the command will return the following output:
Checking for service xinetd: unused
If the service is running, this is a finding.
V-89625
False
VRAU-SL-000515
If network services are using the "xinetd" service, this is not applicable.
To check that the "xinetd" service is disabled in system boot configuration, run the following command:
# chkconfig "xinetd" --list
Output should indicate the "xinetd" service has either not been installed or has been disabled at all run levels as shown in the example below:
xinetd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Run the following command to verify "xinetd" is disabled through current runtime configuration:
# service xinetd status
If the service is disabled, the command will return the following output:
Checking for service xinetd: unused
If the service is running, this is a finding.
M
3459