Skip to content
Snippets Groups Projects
Commit 6528c03c authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 9b447c2d: am 676679b1: am 7d755eb2: Merge "Allow readlink(2) of /proc from debuggerd."

* commit '9b447c2d':
  Allow readlink(2) of /proc from debuggerd.
parents 7eb3a290 9b447c2d
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment