2.3.3.11 Ensure Bluetooth Sharing Is Disabled

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

Bluetooth Sharing allows files to be exchanged with Bluetooth-enabled devices.

Disabling Bluetooth Sharing minimizes the risk of an attacker using Bluetooth to remotely attack the system.

Solution

Graphical Method:

Perform the following steps to disable Bluetooth Sharing:

- Open System Settings
- Select General
- Select Sharing
- Set Bluetooth Sharing to disabled

Terminal Method:

Run the following command to disable Bluetooth Sharing is disabled:

$ /usr/bin/sudo -u <username> /usr/bin/defaults -currentHost write com.apple.Bluetooth PrefKeyServicesEnabled -bool false $ /usr/bin/sudo -u firstuser /usr/bin/defaults -currentHost write com.apple.Bluetooth PrefKeyServicesEnabled -bool false

Impact:

There is a general expectation that Bluetooth peripherals will be used by most users in Apple's ecosystem. Disabling sharing should have no impact on the use of Bluetooth peripherals.

See Also

https://workbench.cisecurity.org/benchmarks/15550