blob: 54b16422506abf43b83b5572d7b82d617d7737b8 (
plain)
1
2
3
4
5
6
7
8
|
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 };
allow qti_init_shell sensors_persist_file:dir { add_name create write };
|