11 lines
304 B
Text
11 lines
304 B
Text
# Allow init to mount vendor configs
|
|
allow init vendor_configs_file:dir mounton;
|
|
|
|
# Allow init to chown/chmod on pseudo files in /sys
|
|
allow init {
|
|
sysfs_fpc_proximity
|
|
sysfs_graphics
|
|
}:file { open read setattr };
|
|
|
|
# Allow init to write to otg_switch
|
|
allow init sysfs_usb_supply:file w_file_perms;
|