device_lenovo_sdm710-common/sepolicy/vendor/init.te
Giammarco Senatore dfbc4aeaba
kunlun2: Nuke neverallows
for real now
2021-07-16 18:33:17 +02:00

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;