This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders-lin…/sepolicy/vendor/qti_init_shell.te

10 lines
363 B
Plaintext

set_prop(qti_init_shell, hw_rev_prop);
allow qti_init_shell hci_attach_dev:chr_file { read write open ioctl };
allow qti_init_shell kmsg_device:chr_file write;
allow qti_init_shell sysfs_wcnsscore:file write;
allow qti_init_shell kmsg_device:chr_file open;
allow qti_init_shell self:capability dac_override;
allow qti_init_shell vendor_file:system module_load;