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
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
d4c0119f
Commit
d4c0119f
authored
Nov 30, 2018
by
Igor Murashkin
Committed by
android-build-merger
Nov 30, 2018
Browse files
Options
Downloads
Plain Diff
Merge "system_server: Allow binder connections to iorapd" am:
44ffb0b3
am:
1d9cce23
am:
6ac0a123
Change-Id: I6efad348da1ffa270f619f6fb8c1b568d8e76de2
parents
c4874b97
6ac0a123
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/system_server.te
+2
-0
2 additions, 0 deletions
private/system_server.te
with
2 additions
and
0 deletions
private/system_server.te
+
2
−
0
View file @
d4c0119f
...
...
@@ -182,6 +182,7 @@ binder_call(system_server, gatekeeperd)
binder_call(system_server, idmap)
binder_call(system_server, installd)
binder_call(system_server, incidentd)
binder_call(system_server, iorapd)
binder_call(system_server, netd)
binder_call(system_server, statsd)
binder_call(system_server, storaged)
...
...
@@ -673,6 +674,7 @@ allow system_server gpu_service:service_manager find;
allow system_server idmap_service:service_manager find;
allow system_server incident_service:service_manager find;
allow system_server installd_service:service_manager find;
allow system_server iorapd_service:service_manager find;
allow system_server keystore_service:service_manager find;
allow system_server mediaserver_service:service_manager find;
allow system_server mediametrics_service:service_manager find;
...
...
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