sm6375-common: sepolicy: Allow Don't audit system_server access sysfs
Original patch:
119dca5600
Change-Id: Ib87c05d9e2bf7c5d90a43e6e67376add49ec4898
This commit is contained in:
parent
69b10c73af
commit
1c172dc934
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@ allow system_server mot_system_service:service_manager add;
|
|||
|
||||
allow system_server sysfs:dir { open read };
|
||||
allow system_server sysfs:file { getattr };
|
||||
|
||||
dontaudit system_server sysfs:file { open read };
|
||||
|
|
Loading…
Reference in a new issue