SV-268509r1034467_rule
V-268509
SRG-OS-000423-GPOS-00187
APPL-15-002062
CAT I
10
Configure the macOS system to disable Bluetooth by installing the "com.apple.MCXBluetooth" configuration profile.
Verify the macOS system is configured to disable Bluetooth with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.MCXBluetooth')\
.objectForKey('DisableBluetooth').js
EOS
If the result is not "true", this is a finding.
V-268509
False
APPL-15-002062
Verify the macOS system is configured to disable Bluetooth with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.MCXBluetooth')\
.objectForKey('DisableBluetooth').js
EOS
If the result is not "true", this is a finding.
M
5661