Allow readlink(2) of /proc from debuggerd.

Bug: 15021938
Change-Id: Id815640302efde3ae089da33ff8e2cb7daee8bfd
This commit is contained in:
Elliott Hughes 2014-05-16 19:14:13 -07:00
parent 1f065398fc
commit 38138c245a

View file

@ -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;