Skip to content
Snippets Groups Projects
Commit 268a612e authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am d1083bf2: am e9c4181b: zygote.te: fix comment.

* commit 'd1083bf2':
  zygote.te: fix comment.
parents cccfa173 d1083bf2
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ allow zygote self:capability setpcap;
# Switch SELinux context to app domains.
allow zygote system_server:process dyntransition;
allow zygote appdomain:process dyntransition;
# Allow zygote to read app data dirs (b/10455872)
# Allow zygote to read app /proc/pid dirs (b/10455872)
allow zygote appdomain:dir { getattr search };
allow zygote appdomain:file { r_file_perms };
# Move children into the peer process group.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment