diff options
Diffstat (limited to 'sepolicy/qti_init_shell.te')
-rw-r--r-- | sepolicy/qti_init_shell.te | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sepolicy/qti_init_shell.te b/sepolicy/qti_init_shell.te new file mode 100644 index 0000000..18f7ecc --- /dev/null +++ b/sepolicy/qti_init_shell.te @@ -0,0 +1,7 @@ +allow qti_init_shell kmsg_device:chr_file { write open }; +allow qti_init_shell bluetooth_loader_exec:file r_file_perms; +allow qti_init_shell diag_prop:property_service set; +allow qti_init_shell qmuxd:unix_stream_socket connectto; +allow qti_init_shell qmuxd_socket:dir { write add_name search remove_name }; +allow qti_init_shell qmuxd_socket:sock_file { write create unlink }; +allow qti_init_shell self:socket { write getopt create read ioctl }; |