7 lines
178 B
Text
7 lines
178 B
Text
# Allow init to mount wlan kernel module
|
|
allow init vendor_file:file mounton;
|
|
|
|
# Allow init to mount vendor configs
|
|
allow init vendor_configs_file:dir mounton;
|
|
|
|
permissive init;
|