SV-208916r603263_rule
V-208916
SRG-OS-000033
OL6-00-000216
CAT I
10
The "rexec" service, which is available with the "rsh-server" package and runs as a service through xinetd, should be disabled. The "rexec" service can be disabled with the following command:
# chkconfig rexec off
To check that the "rexec" service is disabled in system boot configuration, run the following command:
# chkconfig "rexec" --list
Output should indicate the "rexec" service has either not been installed, or has been disabled, as shown in the example below:
# chkconfig "rexec" --list
rexec off
OR
error reading information on service rexec: No such file or directory
If the service is running, this is a finding.
V-208916
False
OL6-00-000216
To check that the "rexec" service is disabled in system boot configuration, run the following command:
# chkconfig "rexec" --list
Output should indicate the "rexec" service has either not been installed, or has been disabled, as shown in the example below:
# chkconfig "rexec" --list
rexec off
OR
error reading information on service rexec: No such file or directory
If the service is running, this is a finding.
M
2928