SV-208940r603263_rule
V-208940
SRG-OS-000096
OL6-00-000266
CAT III
10
The "oddjobd" service exists to provide an interface and access control mechanism through which specified privileged tasks can run tasks for unprivileged client applications. Communication with "oddjobd" is through the system message bus. The "oddjobd" service can be disabled with the following commands:
# chkconfig oddjobd off
# service oddjobd stop
To check that the "oddjobd" service is disabled in system boot configuration, run the following command:
# chkconfig "oddjobd" --list
Output should indicate the "oddjobd" service has either not been installed, or has been disabled at all runlevels, as shown in the example below:
# chkconfig "oddjobd" --list
"oddjobd" 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Run the following command to verify "oddjobd" is disabled through current runtime configuration:
# service oddjobd status
If the service is disabled the command will return the following output:
oddjobd is stopped
If the service is running, this is a finding.
V-208940
False
OL6-00-000266
To check that the "oddjobd" service is disabled in system boot configuration, run the following command:
# chkconfig "oddjobd" --list
Output should indicate the "oddjobd" service has either not been installed, or has been disabled at all runlevels, as shown in the example below:
# chkconfig "oddjobd" --list
"oddjobd" 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Run the following command to verify "oddjobd" is disabled through current runtime configuration:
# service oddjobd status
If the service is disabled the command will return the following output:
oddjobd is stopped
If the service is running, this is a finding.
M
2928