Allow readlink(2) of /proc from debuggerd.
Bug: 15021938 Change-Id: Id815640302efde3ae089da33ff8e2cb7daee8bfd
This commit is contained in:
parent
1f065398fc
commit
38138c245a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ allow debuggerd self:capability { dac_override sys_ptrace chown kill fowner };
|
|||
allow debuggerd self:capability2 { syslog };
|
||||
allow debuggerd domain:dir r_dir_perms;
|
||||
allow debuggerd domain:file r_file_perms;
|
||||
allow debuggerd domain:lnk_file read;
|
||||
allow debuggerd { domain -init -ueventd -watchdogd -healthd -adbd }:process ptrace;
|
||||
security_access_policy(debuggerd)
|
||||
allow debuggerd system_data_file:dir create_dir_perms;
|
||||
|
|
Loading…
Reference in a new issue