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

Allow zygote to setpgid on webview_zygote.

am: 63bcf4de

Change-Id: Icc7d15d4b2bade74336388e9fd0ffe445f7c0a9f
parents 95af2392 63bcf4de
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment