diff options
-rw-r--r-- | sepolicy/qti_init_shell.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/qti_init_shell.te b/sepolicy/qti_init_shell.te index ce9fa4c..54b1642 100644 --- a/sepolicy/qti_init_shell.te +++ b/sepolicy/qti_init_shell.te @@ -4,3 +4,5 @@ allow qti_init_shell toolbox_exec:file { r_file_perms execute_no_trans execute } allow qti_init_shell sysfs:file rw_file_perms; allow qti_init_shell kmsg_device:chr_file { open write }; + +allow qti_init_shell sensors_persist_file:dir { add_name create write }; |