Skip to content
Snippets Groups Projects
Commit 382895d8 authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am e9623d8f: Exclude isolated_app from ptrace self.

* commit 'e9623d8f':
  Exclude isolated_app from ptrace self.
parents eb40dfb2 e9623d8f
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ allow appdomain zygote:fd use;
allow appdomain zygote_exec:file rx_file_perms;
# gdbserver for ndk-gdb ptrace attaches to app process.
allow appdomain self:process ptrace;
allow { appdomain -isolated_app } self:process ptrace;
# Read system properties managed by zygote.
allow appdomain zygote_tmpfs:file read;
......
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