msm8974-common: sepolicy: Quiet system_app attempts to find disallowed services
Change-Id: I6a17bef88c3b9fe9f075dc0ef3de5e203f5d9ce3
This commit is contained in:
parent
d6e781307f
commit
5404fa9536
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user