device_lenovo_sdm710-common/sepolicy/vendor/init.te

8 lines
178 B
Text
Raw Normal View History

# 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;