Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
b2a679f9
Commit
b2a679f9
authored
7 years ago
by
Robert Sesek
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Allow zygote to setpgid on webview_zygote. am:
63bcf4de
am:
1b6c8a51
am:
88f7e781
Change-Id: I87cb9fab057eb40f0fda047e85d2a8506de91f71
parents
16bc7861
88f7e781
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/zygote.te
+1
-0
1 addition, 0 deletions
private/zygote.te
with
1 addition
and
0 deletions
private/zygote.te
+
1
−
0
View file @
b2a679f9
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment