2018-07-11 04:13:11 -04:00
|
|
|
# Allow init to mount wlan kernel module
|
|
|
|
allow init 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
|
|
|
|
allow init vendor_configs_file:file mounton;
|
|
|
|
|
2018-09-02 12:15:49 -04:00
|
|
|
# Allow init to chown/chmod on pseudo files in /sys
|
|
|
|
allow init sysfs_type:file { open read setattr };
|