sdm845-common: sepolicy: Address init denials

Change-Id: Ib68ab9934cc3668eae004812c56692e2a5a010d2
This commit is contained in:
LuK1337
2020-01-21 13:08:13 +01:00
parent 5337b5167a
commit b8e72b1ff6
2 changed files with 4 additions and 0 deletions

View File

@@ -6,3 +6,6 @@ allow init {
sysfs_fpc_proximity
sysfs_graphics
}:file { open read setattr };
# Allow init to write to otg_switch
allow init sysfs_usb_supply:file w_file_perms;