android_device_oneplus_dre/sepolicy/private/init.te

6 lines
181 B
Text
Raw Normal View History

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