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

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

* commit '676679b1':
  Allow readlink(2) of /proc from debuggerd.
parents 83560477 676679b1
No related branches found
No related tags found
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