Skip to content
Snippets Groups Projects
Commit 23d41be9 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Allow appdomains to write on cgroup so it can start threads. am: d618eb6f am: 781a4bed

am: 07d06266

* commit '07d06266':
  Allow appdomains to write on cgroup so it can start threads.
parents 5e4e7316 07d06266
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,10 @@ allow appdomain zygote_tmpfs:file read; ...@@ -25,6 +25,10 @@ allow appdomain zygote_tmpfs:file read;
# Notify zygote of death; # Notify zygote of death;
allow appdomain zygote:process sigchld; allow appdomain zygote:process sigchld;
# Place process into foreground / background
allow appdomain cgroup:dir { search write };
allow appdomain cgroup:file w_file_perms;
userdebug_or_eng(` userdebug_or_eng(`
# Notify zygote of the wrapped process PID when using --invoke-with. # Notify zygote of the wrapped process PID when using --invoke-with.
allow appdomain zygote:fifo_file write; allow appdomain zygote:fifo_file write;
......
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