diff --git a/sepolicy/common/hal_bluetooth_default.te b/sepolicy/common/hal_bluetooth_default.te index 33aa630..f662f20 100644 --- a/sepolicy/common/hal_bluetooth_default.te +++ b/sepolicy/common/hal_bluetooth_default.te @@ -3,7 +3,11 @@ allow hal_bluetooth_default { wifi_data_file }:file r_file_perms; +allow hal_bluetooth_default { + efs_file + firmware_file +}:dir r_dir_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;