Skip to content
Snippets Groups Projects
Commit cd55e8ef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "debuggerd.te: remove domain_deprecated"

parents 2f38ac75 30603f1e
No related branches found
No related tags found
No related merge requests found
# debugger interface
type debuggerd, domain, domain_deprecated;
type debuggerd, domain;
type debuggerd_exec, exec_type, file_type;
typeattribute debuggerd mlstrustedsubject;
......@@ -30,6 +30,8 @@ allow debuggerd shared_relro_file:dir r_dir_perms;
allow debuggerd shared_relro_file:file r_file_perms;
allow debuggerd domain:process { sigstop sigkill signal };
allow debuggerd { exec_type libart_file }:file r_file_perms;
allow debuggerd apk_data_file:file r_file_perms;
allow debuggerd apk_data_file:dir search;
# Access app library
allow debuggerd system_data_file:file open;
# Allow debuggerd to redirect a dump_backtrace request to itself.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment