Skip to content
Snippets Groups Projects
Commit e9c4181b authored by Nick Kralevich's avatar Nick Kralevich
Browse files

zygote.te: fix comment.

per the discussion in https://android-review.googlesource.com/#/c/65063/1/zygote.te
adjust the comment in this file.

Change-Id: I8db31e22ec34493442bc8e86bcd0bc0136b7bae4
parent 199fc73f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ allow zygote self:capability setpcap; ...@@ -11,7 +11,7 @@ allow zygote self:capability setpcap;
# Switch SELinux context to app domains. # Switch SELinux context to app domains.
allow zygote system_server:process dyntransition; allow zygote system_server:process dyntransition;
allow zygote appdomain: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:dir { getattr search };
allow zygote appdomain:file { r_file_perms }; allow zygote appdomain:file { r_file_perms };
# Move children into the peer process group. # Move children into the peer process group.
......
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