2018-09-09 11:39:16 -04:00
|
|
|
# Allow init to mount vendor configs
|
2019-09-20 10:18:41 -04:00
|
|
|
allow init vendor_configs_file:dir mounton;
|
2018-09-09 11:39:16 -04:00
|
|
|
|
2018-09-02 12:15:49 -04:00
|
|
|
# Allow init to chown/chmod on pseudo files in /sys
|
2019-02-03 05:54:04 -05:00
|
|
|
allow init {
|
|
|
|
sysfs_fpc_proximity
|
|
|
|
sysfs_graphics
|
|
|
|
}:file { open read setattr };
|