Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
0e6a3d87
Commit
0e6a3d87
authored
7 years ago
by
Tom Cherry
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add getpgid to system_service and init" into oc-dr1-dev
parents
1468f85f
d5f0aba0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/system_server.te
+1
-1
1 addition, 1 deletion
private/system_server.te
public/init.te
+1
-1
1 addition, 1 deletion
public/init.te
with
2 additions
and
2 deletions
private/system_server.te
+
1
−
1
View file @
0e6a3d87
...
...
@@ -99,7 +99,7 @@ allow system_server self:socket create_socket_perms_no_ioctl;
allow system_server self:netlink_route_socket nlmsg_write;
# Kill apps.
allow system_server appdomain:process { sigkill signal };
allow system_server appdomain:process {
getpgid
sigkill signal };
# Set scheduling info for apps.
allow system_server appdomain:process { getsched setsched };
...
...
This diff is collapsed.
Click to expand it.
public/init.te
+
1
−
1
View file @
0e6a3d87
...
...
@@ -281,7 +281,7 @@ allow init misc_logd_file:file { open create getattr setattr write };
# Support "adb shell stop"
allow init self:capability kill;
allow init domain:process { sigkill signal };
allow init domain:process {
getpgid
sigkill signal };
# Init creates keystore's directory on boot, and walks through
# the directory as part of a recursive restorecon.
...
...
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