sdm845-common: sepolicy: Address init denials
Change-Id: Ib68ab9934cc3668eae004812c56692e2a5a010d2
This commit is contained in:
parent
5337b5167a
commit
b8e72b1ff6
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue