Merge "Grant getpgid to system_server on zygote"
This commit is contained in:
commit
79ff061802
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