5 lines
181 B
Text
5 lines
181 B
Text
# Allow init to mount wlan kernel module
|
|
allow init vendor_file:file mounton;
|
|
|
|
# Allow init to chown/chmod on pseudo files in /sys
|
|
allow init sysfs_type:file { open read setattr };
|