blob: a62472e23917dc0bbbddd57043209d2d94d86c91 (
plain)
1
2
3
4
5
6
7
8
|
allow qti_init_shell sysfs:file write;
allow qti_init_shell vendor_radio_data_file:dir { getattr open read search setattr };
allow qti_init_shell vfat:file { getattr open read setattr };
allow qti_init_shell vfat:dir { open read search };
allow qti_init_shell self:capability { dac_override dac_read_search };
allow qti_init_shell system_data_file:dir { add_name write remove_name };
allow qti_init_shell system_data_file:file { create getattr open read rename setattr unlink write };
allow qti_init_shell file_contexts_file:file { getattr open read };
|