device_lenovo_sdm710-common/sepolicy/private/init.te

6 lines
176 B
Text
Raw Normal View History

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;