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;