device_lenovo_sdm710-common/sepolicy/private/init.te
2021-02-15 15:41:06 +01:00

16 lines
459 B
Text

allow init proc_touchpanel:dir search;
allow init proc_touchpanel:file { write setattr open};
# Allow init to mount vendor configs
allow init vendor_configs_file:dir mounton;
allow init vendor_configs_file:file mounton;
# Allow init to mount vendor overlay
allow init vendor_overlay_file:dir mounton;
allow init self:netlink_generic_socket read;
allow init sysfs:file rw_file_perms;
allow init sysfs_tp:file setattr;
allow init vendor_file:file execute;