Skip to content
Snippets Groups Projects
Commit 6b03bbab authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "extend app policy to fix wrapped processes"

parents 753b95fe 3d886cd9
Branches
Tags
No related merge requests found
...@@ -27,6 +27,11 @@ allow appdomain zygote_tmpfs:file read; ...@@ -27,6 +27,11 @@ allow appdomain zygote_tmpfs:file read;
# Notify zygote of death; # Notify zygote of death;
allow appdomain zygote:process sigchld; allow appdomain zygote:process sigchld;
# Notify zygote of the wrapped process PID when using --invoke-with.
userdebug_or_eng(`
allow appdomain zygote:fifo_file write;
')
# Notify shell and adbd of death when spawned via runas for ndk-gdb. # Notify shell and adbd of death when spawned via runas for ndk-gdb.
allow appdomain shell:process sigchld; allow appdomain shell:process sigchld;
allow appdomain adbd:process sigchld; allow appdomain adbd:process sigchld;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment