Allow debuggerd to send SIGKILL.
Bug: http://b/27367422 Change-Id: I936c16281e06214b35f8d245da8f619dc92ff15f
This commit is contained in:
parent
3c47d5a44c
commit
48141c3675
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ allow debuggerd tombstone_data_file:dir rw_dir_perms;
|
|||
allow debuggerd tombstone_data_file:file create_file_perms;
|
||||
allow debuggerd shared_relro_file:dir r_dir_perms;
|
||||
allow debuggerd shared_relro_file:file r_file_perms;
|
||||
allow debuggerd domain:process { sigstop signal };
|
||||
allow debuggerd domain:process { sigstop sigkill signal };
|
||||
allow debuggerd exec_type:file r_file_perms;
|
||||
# Access app library
|
||||
allow debuggerd system_data_file:file open;
|
||||
|
|
Loading…
Reference in a new issue