From 5404fa95365d1d23436961ea359492958baf2b35 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Fri, 4 Sep 2020 15:05:29 -0600 Subject: [PATCH] msm8974-common: sepolicy: Quiet system_app attempts to find disallowed services Change-Id: I6a17bef88c3b9fe9f075dc0ef3de5e203f5d9ce3 --- sepolicy/common/system_app.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sepolicy/common/system_app.te b/sepolicy/common/system_app.te index 42c8c4f..993208f 100644 --- a/sepolicy/common/system_app.te +++ b/sepolicy/common/system_app.te @@ -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:file r_file_perms; + +dontaudit system_app { + apex_service + system_suspend_control_service +}:service_manager find;