Skip to content
Snippets Groups Projects
Commit 7e5ec2bc authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

Suppress spurious denial

Addresses:
avc: denied { sys_resource } scontext=u:r:zygote:s0
tcontext=u:r:zygote:s0 tclass=capability

Bug: 77905989
Test: build and flash taimen-userdebug
Change-Id: If2413c3005df02a70661464d695211acbcda4094
(cherry picked from commit 816e744d998cb327fbd20f3124b22398bea2b8e4)
parent f7a7f7d1
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,9 @@ allow zygote tmpfs:dir r_dir_perms;
get_prop(zygote, overlay_prop)
get_prop(zygote, exported_overlay_prop)
# ingore spurious denials
dontaudit zygote self:capability sys_resource;
###
### neverallow rules
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment