The macOS system must disable Bluetooth Sharing.
Overview
Finding ID |
Version |
Rule ID |
IA Controls |
Severity |
V-268518 |
APPL-15-002110 |
SV-268518r1034494_rule |
|
Medium |
Details
Check Text (C-72548r1034492_chk) |
Verify the macOS system is configured to disable Bluetooth sharing with the following command:
/usr/bin/defaults -currentHost read com.apple.Bluetooth PrefKeyServicesEnabled
If the result is not "0", this is a finding. |
Fix Text (F-72449r1034493_fix) |
Configure the macOS system to disable Bluetooth sharing with the following command:
/usr/bin/defaults -currentHost write com.apple.Bluetooth PrefKeyServicesEnabled -bool false |