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

am 4fce0ef9: Fix use of valgrind via app wrapping

* commit '4fce0ef9':
  Fix use of valgrind via app wrapping
parents cb829c60 4fce0ef9
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ allow appdomain ashmem_device:chr_file execute;
allow appdomain zygote:fd use;
# gdbserver for ndk-gdb reads the zygote.
allow appdomain zygote_exec:file r_file_perms;
# valgrind needs mmap exec for zygote
allow appdomain zygote_exec:file rx_file_perms;
# gdbserver for ndk-gdb ptrace attaches to app process.
allow appdomain self:process ptrace;
......
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