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
a7470896
Commit
a7470896
authored
Jun 7, 2018
by
Steven Moreland
Committed by
Gerrit Code Review
Jun 7, 2018
Browse files
Options
Downloads
Plain Diff
Merge "Make hal_configstore consistent."
parents
7d63911a
ac88cb61
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
public/hal_configstore.te
+1
-6
1 addition, 6 deletions
public/hal_configstore.te
with
1 addition
and
6 deletions
public/hal_configstore.te
+
1
−
6
View file @
a7470896
# HwBinder IPC from client to server
# HwBinder IPC from client to server
binder_call(hal_configstore_client, hal_configstore_server)
binder_call(hal_configstore_client, hal_configstore_server)
allow hal_configstore_client hal_configstore_ISurfaceFlingerConfigs:hwservice_manager find;
hal_attribute_hwservice(hal_configstore, hal_configstore_ISurfaceFlingerConfigs)
add_hwservice(hal_configstore_server, hal_configstore_ISurfaceFlingerConfigs)
# As opposed to the rules of most other HALs, the different services exposed by
# this HAL should be restricted to different clients. Thus, the allow rules for
# clients are defined in the .te files of the clients.
# hal_configstore runs with a strict seccomp filter. Use crash_dump's
# hal_configstore runs with a strict seccomp filter. Use crash_dump's
# fallback path to collect crash data.
# fallback path to collect crash data.
...
...
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