android_device_samsung_mond.../sepolicy/common/qti_init_shell.te
2019-10-28 12:00:21 +03:00

13 lines
694 B
Plaintext

allow qti_init_shell bluetooth_data_file:dir search;
allow qti_init_shell bluetooth_data_file:file r_file_perms;
allow qti_init_shell bluetooth_loader_exec:file rx_file_perms;
allow qti_init_shell hci_attach_dev:chr_file rw_file_perms;
allow qti_init_shell modem_block_device:blk_file r_file_perms;
allow qti_init_shell proc_net:dir { read open };
allow qti_init_shell qmuxd:unix_stream_socket connectto;
allow qti_init_shell qmuxd_socket:dir w_dir_perms;
allow qti_init_shell qmuxd_socket:sock_file create_file_perms;
allow qti_init_shell qmuxd_socket:unix_stream_socket connectto;
allow qti_init_shell radio_prop:property_service set;
allow qti_init_shell diag_device:chr_file rw_file_perms;