Skip to content
Snippets Groups Projects
Commit cec3c1e4 authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am e0362602: Add capabilities to Zygote to fix valgrind.

* commit 'e0362602':
  Add capabilities to Zygote to fix valgrind.
parents 81cdd6c6 e0362602
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ allow zygote self:capability setpcap;
# Switch SELinux context to app domains.
allow zygote system:process dyntransition;
allow zygote appdomain:process dyntransition;
# Allow zygote to read app data dirs (b/10455872)
allow zygote appdomain:dir search;
allow zygote appdomain:file { r_file_perms };
# Move children into the peer process group.
allow zygote system:process { getpgid setpgid };
allow zygote appdomain:process { getpgid setpgid };
......
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