Allow zygote to setpgid on webview_zygote. am: 63bcf4debb
am: 1b6c8a5186
Change-Id: Id2c3da51cad3287b675114e0eb94dee25c0e30b8
This commit is contained in:
commit
88f7e781d9
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ allow zygote appdomain:file { r_file_perms };
|
|||
# Move children into the peer process group.
|
||||
allow zygote system_server:process { getpgid setpgid };
|
||||
allow zygote appdomain:process { getpgid setpgid };
|
||||
allow zygote webview_zygote:process { getpgid setpgid };
|
||||
|
||||
# Read system data.
|
||||
allow zygote system_data_file:dir r_dir_perms;
|
||||
|
|
Loading…
Reference in a new issue