msm8974-common: sepolicy: Quiet system_app attempts to find disallowed services

Change-Id: I6a17bef88c3b9fe9f075dc0ef3de5e203f5d9ce3
This commit is contained in:
Kevin F. Haggerty 2020-09-04 15:05:29 -06:00
parent d6e781307f
commit 5404fa9536
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -3,3 +3,8 @@ allow system_app sysfs_mdnie:file rw_file_perms;
allow system_app sysfs_zram:dir search; allow system_app sysfs_zram:dir search;
allow system_app sysfs_zram:file r_file_perms; allow system_app sysfs_zram:file r_file_perms;
dontaudit system_app {
apex_service
system_suspend_control_service
}:service_manager find;