SV-268518r1137691_rule
V-268518
SRG-OS-000080-GPOS-00048
APPL-15-002110
CAT II
10
Configure the macOS system to disable Bluetooth sharing with the following commands:
CURRENT_USER=$( /usr/sbin/scutil <<< "show State:/Users/ConsoleUser" | /usr/bin/awk '/Name :/ && ! /loginwindow/ { print $3 }' )
/usr/bin/sudo -u "$CURRENT_USER" /usr/bin/defaults -currentHost write com.apple.Bluetooth PrefKeyServicesEnabled -bool false
Verify the macOS system is configured to disable Bluetooth sharing with the following commands:
CURRENT_USER=$( /usr/sbin/scutil <<< "show State:/Users/ConsoleUser" | /usr/bin/awk '/Name :/ && ! /loginwindow/ { print $3 }' )
/usr/bin/sudo -u "$CURRENT_USER" /usr/bin/defaults -currentHost read com.apple.Bluetooth PrefKeyServicesEnabled
If the result is not "0", this is a finding.
V-268518
False
APPL-15-002110
Verify the macOS system is configured to disable Bluetooth sharing with the following commands:
CURRENT_USER=$( /usr/sbin/scutil <<< "show State:/Users/ConsoleUser" | /usr/bin/awk '/Name :/ && ! /loginwindow/ { print $3 }' )
/usr/bin/sudo -u "$CURRENT_USER" /usr/bin/defaults -currentHost read com.apple.Bluetooth PrefKeyServicesEnabled
If the result is not "0", this is a finding.
M
5661