SV-219581r603263_rule
V-219581
SRG-OS-000095
OL6-00-000331
CAT II
10
The "bluetooth" service can be disabled with the following command:
# chkconfig bluetooth off
# service bluetooth stop
To check that the "bluetooth" service is disabled in system boot configuration, run the following command:
# chkconfig "bluetooth" --list
Output should indicate the "bluetooth" service has either not been installed or has been disabled at all runlevels, as shown in the example below:
# chkconfig "bluetooth" --list
"bluetooth" 0:off 1:off 2:off 3:off 4:off 5:off 6:off
If the service is configured to run, this is a finding.
V-219581
False
OL6-00-000331
To check that the "bluetooth" service is disabled in system boot configuration, run the following command:
# chkconfig "bluetooth" --list
Output should indicate the "bluetooth" service has either not been installed or has been disabled at all runlevels, as shown in the example below:
# chkconfig "bluetooth" --list
"bluetooth" 0:off 1:off 2:off 3:off 4:off 5:off 6:off
If the service is configured to run, this is a finding.
M
2928