android_device_oneplus_dre/sepolicy/private/init.te
LuK1337 b7127606f9 sdm845-common: Make SELinux great again!
Change-Id: Id479e031b584b24f79377aa244add20903a42b02
2019-09-12 19:11:57 +02:00

11 lines
340 B
Text

# Allow init to mount wlan kernel module
allow init { system_file vendor_file }:file mounton;
# Allow init to mount vendor configs
allow init { system_configs_file vendor_configs_file }:file mounton;
# Allow init to chown/chmod on pseudo files in /sys
allow init {
sysfs_fpc_proximity
sysfs_graphics
}:file { open read setattr };