android_device_oneplus_dre/sepolicy/private/init.te
LuK1337 1207730aa7 sdm845-common: sepolicy: Allow init to chown/chmod on pseudo files in /sys
Change-Id: Idf9cca465b9db3cfc9714ce170c5bf965968f79d
2018-10-14 14:28:13 +02:00

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