mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
16 lines
488 B
Text
16 lines
488 B
Text
allow bluetooth bluetooth_device:chr_file rw_file_perms;
|
|
|
|
allow bluetooth firmware_file:dir r_dir_perms;
|
|
|
|
allow bluetooth proc_bt_sleep:dir search;
|
|
allow bluetooth proc_bt_sleep:file w_file_perms;
|
|
|
|
allow bluetooth_loader bluetooth_efs_file:dir search;
|
|
allow bluetooth_loader bluetooth_efs_file:file { open read };
|
|
allow bluetooth_loader efs_file:dir search;
|
|
allow bluetooth_loader bluetooth_efs_file:file getattr;
|
|
|
|
allow bluetooth {
|
|
bt_fw_file
|
|
wifi_data_file
|
|
}:file r_file_perms;
|