Skip to content
Snippets Groups Projects
Commit b2a679f9 authored by Robert Sesek's avatar Robert Sesek Committed by android-build-merger
Browse files

Allow zygote to setpgid on webview_zygote. am: 63bcf4de am: 1b6c8a51

am: 88f7e781

Change-Id: I87cb9fab057eb40f0fda047e85d2a8506de91f71
parents 16bc7861 88f7e781
Branches
Tags
No related merge requests found
...@@ -25,6 +25,7 @@ allow zygote appdomain:file { r_file_perms }; ...@@ -25,6 +25,7 @@ allow zygote appdomain:file { r_file_perms };
# Move children into the peer process group. # Move children into the peer process group.
allow zygote system_server:process { getpgid setpgid }; allow zygote system_server:process { getpgid setpgid };
allow zygote appdomain:process { getpgid setpgid }; allow zygote appdomain:process { getpgid setpgid };
allow zygote webview_zygote:process { getpgid setpgid };
# Read system data. # Read system data.
allow zygote system_data_file:dir r_dir_perms; allow zygote system_data_file:dir r_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment