8 lines
220 B
Text
8 lines
220 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 };
|