Skip to content
Snippets Groups Projects
Commit 3d886cd9 authored by Daniel Micay's avatar Daniel Micay
Browse files

extend app policy to fix wrapped processes


Bug: 15435041
Change-Id: I26209bf8e0b896eac016b5dd1faf6b6e97d72aff
Signed-off-by: default avatarDaniel Micay <danielmicay@gmail.com>
parent f0852340
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment