Skip to content
Snippets Groups Projects
  • Myles Watson's avatar
    Disallow HAL access to Bluetooth data files · 02d9d21d
    Myles Watson authored
    Devices that store their BT MAC address in /data/misc/bluedroid/ need
    to find another place for that file.
    
    Bug: 36602160
    Test: Restart Bluetooth, check for selinux denials/files in /data/misc
    Change-Id: Ib8d610f201a8c35f95b464c24857c6639205bc66
    Merged-In: Ib8d610f201a8c35f95b464c24857c6639205bc66
    02d9d21d
hal_bluetooth_default.te 190 B
type hal_bluetooth_default, domain;
hal_server_domain(hal_bluetooth_default, hal_bluetooth)

type hal_bluetooth_default_exec, exec_type, file_type;
init_daemon_domain(hal_bluetooth_default)