Files
macos_security/rules/sysprefs/sysprefs_bluetooth_disable.yaml
2020-09-10 17:28:46 -04:00

38 lines
809 B
YAML

id: sysprefs_bluetooth_disable
title: "Disable Bluetooth When no Approved Device is Connected"
discussion: |
The macOS system _MUST_ be configured to disable Bluetooth unless there is an approved device connected.
check: |
/usr/bin/profiles -P -o stdout | /usr/bin/grep -c 'DisableBluetooth = 1'
result:
integer: 1
fix: |
This is implemented by a Configuration Profile.
references:
cce:
- CCE-84826-7
cci:
- CCI-002418
800-53r4:
- AC-18(3)
- SC-8
srg:
- SRG-OS-000481-GPOS-000481
disa_stig:
- AOSX-14-002062
800-171r2:
- 3.13.8
macOS:
- "10.15"
tags:
- 800-171
- cnssi-1253
- fisma-moderate
- fisma-high
- STIG
mobileconfig: true
mobileconfig_info:
com.apple.ManagedClient.preferences:
com.apple.MCXBluetooth:
DisableBluetooth: true