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

am 64a8ede4: am fa281f5d: procrank: fix procrank when run from dumpstate

* commit '64a8ede4':
  procrank: fix procrank when run from dumpstate
parents 376e77d5 64a8ede4
Branches
Tags
No related merge requests found
......@@ -5,9 +5,11 @@ userdebug_or_eng(`
type procrank, domain, mlstrustedsubject;
domain_auto_trans(shell, procrank_exec, procrank)
domain_auto_trans(dumpstate, procrank_exec, procrank)
allow procrank self:capability sys_ptrace;
allow procrank devpts:chr_file { read write getattr ioctl };
allow procrank dumpstate:unix_stream_socket { read write getattr };
r_dir_file(procrank, domain)
allow procrank shell:fd use;
allow procrank { shell dumpstate }:fd use;
allow procrank adbd:process sigchld;
')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment