aboutsummaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/qti_init_shell.te6
1 files changed, 3 insertions, 3 deletions
diff --git a/sepolicy/qti_init_shell.te b/sepolicy/qti_init_shell.te
index dbdc893..56c35ba 100644
--- a/sepolicy/qti_init_shell.te
+++ b/sepolicy/qti_init_shell.te
@@ -5,9 +5,9 @@ allow qti_init_shell file_contexts_file:file { getattr open read };
allow qti_init_shell mnt_vendor_file:dir rw_dir_perms;
allow qti_init_shell mnt_vendor_file:file create_file_perms;
-# Allow qti_init_shell to write and read /data/vendor/bluetooth/bdaddr
-allow qti_init_shell vendor_bt_data_file:dir { add_name create search write };
-allow qti_init_shell vendor_bt_data_file:file { create getattr open read write };
+# Allow qti_init_shell to write and read /mnt/vendor/persist/bluetooth/bt_mac
+allow qti_init_shell persist_bluetooth_file:dir { add_name create search write };
+allow qti_init_shell persist_bluetooth_file:file { create getattr open read write };
# Allow qti_init_shell to read cmdline
allow qti_init_shell proc_cmdline:file { getattr open read };