android_device_xiaomi_sdm66.../sepolicy/vendor/qti_init_shell.te
Kunmun 10087c76b8 sdm660-common: sepolicy: Label more sepolicies for k4.19
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
2022-02-21 06:52:18 +01:00

19 lines
911 B
Text

typeattribute qti_init_shell data_between_core_and_vendor_violators;
allow qti_init_shell vendor_radio_data_file:dir rw_dir_perms;;
allow qti_init_shell vendor_radio_data_file:file create_file_perms;
allow qti_init_shell system_data_file:dir rw_dir_perms;
allow qti_init_shell ctl_start_prop:property_service set;
allow qti_init_shell ctl_stop_prop:property_service set;
allow qti_init_shell self:perf_event cpu;
allow qti_init_shell sysfs:file { setattr write };
allow qti_init_shell qti_init_shell:perf_event { cpu };
allow qti_init_shell vendor_default_prop:property_service { set };
allow qti_init_shell system_prop:property_service { set };
dontaudit qti_init_shell system_prop:property_service set;
dontaudit qti_init_shell self:capability { dac_override dac_read_search };
set_prop(qti_init_shell, debug_prop);
set_prop(qti_init_shell, radio_prop);
get_prop(vendor_qti_init_shell, radio_control_prop)