device_lenovo_sdm710-common/sepolicy/private/init.te
bgcngm 44ad53081b sdm710-common: Import and bind mount stock custom audio policy config
* The purpose is to apply the same BT A2DP fix that used to be
   applied in the individual device trees.
2019-09-26 01:14:55 +00:00

5 lines
189 B
Text

# Allow init to chown/chmod on pseudo files in /sys
allow init sysfs_graphics:file { open read setattr };
# Allow init to mount vendor configs
allow init vendor_configs_file:file mounton;