2f07f5abc0
Bind mount etc files because vendor_overlay/29/etc makes device to reboot to recovery from pstore vdc: Command: cryptfs enablefilecrypto Failed: Status(-8, EX_SERVICE_SPECIFIC): '0: '
9 lines
303 B
Text
9 lines
303 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;
|