Merge "Grant signal permission for dumpstate on app_zygote" am: 4ba0198325
am: e5705ebae0
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2616609 Change-Id: I5cb8d42f9b0c8cda7ed566eecba4e7f16a053155 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3657ef0c2d
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