sdm660-common: sepolicy: Dontaudit few qti_init_shell neverallows
This commit is contained in:
parent
0e89ed5c61
commit
4c7cba649a
1 changed files with 1 additions and 0 deletions
1
sepolicy/vendor/qti_init_shell.te
vendored
1
sepolicy/vendor/qti_init_shell.te
vendored
|
@ -2,3 +2,4 @@ allow qti_init_shell sysfs_cpu_boost:file write;
|
|||
allow qti_init_shell sysfs:file write;
|
||||
allow qti_init_shell vendor_radio_data_file:dir { getattr read search };
|
||||
allow qti_init_shell vendor_radio_data_file:file { getattr read setattr write };
|
||||
dontaudit qti_init_shell self:capability { dac_override dac_read_search };
|
||||
|
|
Loading…
Reference in a new issue