Skip to content
Snippets Groups Projects
Commit e97f4d91 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge changes If2413c30,Ic5d7c961 am: 45b4704e am: 1382984c

am: 8f126091

Change-Id: Ic2fef87250cc7cf2db32b9c6fcc86be4ceb65ee1
parents d5f53347 8f126091
No related branches found
No related tags found
No related merge requests found
...@@ -33,3 +33,9 @@ domain_auto_trans({ ...@@ -33,3 +33,9 @@ domain_auto_trans({
-coredomain -coredomain
-appdomain -appdomain
}, netutils_wrapper_exec, netutils_wrapper) }, netutils_wrapper_exec, netutils_wrapper)
# suppress spurious denials
dontaudit netutils_wrapper self:global_capability_class_set sys_resource;
# netutils wrapper may only use the following capabilities.
neverallow netutils_wrapper self:global_capability_class_set ~{ net_admin net_raw };
...@@ -114,6 +114,9 @@ allow zygote tmpfs:dir r_dir_perms; ...@@ -114,6 +114,9 @@ allow zygote tmpfs:dir r_dir_perms;
get_prop(zygote, overlay_prop) get_prop(zygote, overlay_prop)
get_prop(zygote, exported_overlay_prop) get_prop(zygote, exported_overlay_prop)
# ingore spurious denials
dontaudit zygote self:capability sys_resource;
### ###
### neverallow rules ### 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