Merge "Grant getpgid to system_server on zygote" am: 79ff061802
am: 5dec00e247
am: 3b9bf1002c
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1963561 Change-Id: If0347d106ff336b523c5abe0c5d025a736f2d4b7
This commit is contained in:
commit
bd7a66ba13
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ allow system_server {
|
|||
crash_dump
|
||||
webview_zygote
|
||||
zygote
|
||||
}:process { sigkill signull };
|
||||
}:process { getpgid sigkill signull };
|
||||
|
||||
# Read /system/bin/app_process.
|
||||
allow system_server zygote_exec:file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue