Merge "debuggerd.te: remove domain_deprecated"
This commit is contained in:
commit
cd55e8ef51
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# 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.
|
||||
|
|
Loading…
Reference in a new issue