sm6375-common: sepolicy: Allow Don't audit system_server access sysfs

Original patch:
119dca5600

Change-Id: Ib87c05d9e2bf7c5d90a43e6e67376add49ec4898
This commit is contained in:
Julian Veit 2024-07-16 12:56:42 +05:30 committed by Anand S
parent 69b10c73af
commit 1c172dc934
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -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 };