android_device_samsung_msm8.../sepolicy/common/hal_bluetooth_default.te
Bruno Martins eac9496d05
msm8974-common: Binderize them all
* Switch to binderized HAL services as possible and update
   HIDL manifest accordingly.

Change-Id: Id50291488d655187aa013c51bdd6890dca010564
2020-05-29 12:14:16 -06:00

9 lines
329 B
Text

allow hal_bluetooth_default {
bt_fw_file
wifi_data_file
}:file r_file_perms;
allow hal_bluetooth_default bluetooth_device:chr_file w_file_perms;
allow hal_bluetooth_default firmware_file:dir r_dir_perms;
allow hal_bluetooth_default proc_bt_sleep:dir w_dir_perms;
allow hal_bluetooth_default proc_bt_sleep:file w_file_perms;