Grant signal permission for dumpstate on app_zygote
Bug: 282614147 Bug: 238263438 Bug: 238263561 Bug: 238263942 Bug: 264483390 Bug: 279680264 Test: TreeHugger Change-Id: I8b74fec0ea855e244e218fdeb43a57407fe77388
This commit is contained in:
parent
cd69d35a5e
commit
ae39ba7068
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ allow dumpstate pstorefs:file r_file_perms;
|
|||
allow dumpstate domain:process getattr;
|
||||
|
||||
# Signal java processes to dump their stack
|
||||
allow dumpstate { appdomain system_server zygote }:process signal;
|
||||
allow dumpstate { appdomain system_server zygote app_zygote }:process signal;
|
||||
|
||||
# Signal native processes to dump their stack.
|
||||
allow dumpstate {
|
||||
|
|
Loading…
Reference in a new issue