Merge "runas_app: allow sigkill of untrusted_app"
This commit is contained in:
commit
eff7d756e1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ allow runas_app app_data_file:file execute_no_trans;
|
|||
r_dir_file(runas_app, untrusted_app_all)
|
||||
|
||||
# Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
||||
allow runas_app untrusted_app_all:process { ptrace signal sigstop };
|
||||
allow runas_app untrusted_app_all:process { ptrace sigkill signal sigstop };
|
||||
allow runas_app untrusted_app_all:unix_stream_socket connectto;
|
||||
|
||||
# Allow executing system image simpleperf without a domain transition.
|
||||
|
|
Loading…
Reference in a new issue