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
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,11 @@ allow appdomain zygote_tmpfs:file read;
# Notify zygote of death;
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.
allow appdomain shell: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