aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/qti_init_shell.te
blob: 18f7ecc1dff0d569ad12eb8221d46fe6528a306d (plain)
1
2
3
4
5
6
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 };