diff options
Diffstat (limited to 'sepolicy/qti_init_shell.te')
-rw-r--r-- | sepolicy/qti_init_shell.te | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sepolicy/qti_init_shell.te b/sepolicy/qti_init_shell.te index 54b1642..ccc278f 100644 --- a/sepolicy/qti_init_shell.te +++ b/sepolicy/qti_init_shell.te @@ -1,6 +1,3 @@ -allow qti_init_shell shell_exec:file { r_file_perms entrypoint }; -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 }; |