2018-07-11 04:13:11 -04:00
|
|
|
# Allow init to mount wlan kernel module
|
2019-09-09 15:49:32 -04:00
|
|
|
allow init { system_file vendor_file }:file mounton;
|
2018-09-02 12:15:49 -04:00
|
|
|
|
2018-09-09 11:39:16 -04:00
|
|
|
# Allow init to mount vendor configs
|
2019-09-09 15:49:32 -04:00
|
|
|
allow init { system_configs_file vendor_configs_file }:file 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 };
|