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

am 199fc73f: Revert "Give Zygote the ability to write app data files."

* commit '199fc73f':
  Revert "Give Zygote the ability to write app data files."
parents f724333b 199fc73f
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ allow zygote self:capability setpcap; ...@@ -11,9 +11,9 @@ 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 + write app data dirs (b/10455872 and b/10498304) # Allow zygote to read app data dirs (b/10455872)
allow zygote appdomain:dir { getattr search }; allow zygote appdomain:dir { getattr search };
allow zygote appdomain:file { r_file_perms write }; allow zygote appdomain:file { r_file_perms };
# Move children into the peer process group. # Move children into the peer process group.
allow zygote system_server:process { getpgid setpgid }; allow zygote system_server:process { getpgid setpgid };
allow zygote appdomain: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