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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
10fea96e
Commit
10fea96e
authored
8 years ago
by
Sandeep Patil
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "hal_health: move system_file permissions to public/hal_health" am:
14658c93
am:
a76de201
am:
8a1112de
Change-Id: Ia12c398cb298bcc45394636c8aef243bc00652a9
parents
d5ace929
8a1112de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/hal_health_default.te
+0
-5
0 additions, 5 deletions
private/hal_health_default.te
public/hal_health.te
+5
-0
5 additions, 0 deletions
public/hal_health.te
with
5 additions
and
5 deletions
private/hal_health_default.te
+
0
−
5
View file @
10fea96e
...
...
@@ -3,8 +3,3 @@ type hal_health_default, hal_health, domain;
type hal_health_default_exec, exec_type, file_type;
init_daemon_domain(hal_health_default)
# Read access to system files for HALs in
# /{system,vendor,odm}/lib[64]/hw/ in order
# to be able to open the hal implementation .so files
r_dir_file(hal_health, system_file)
This diff is collapsed.
Click to expand it.
public/hal_health.te
+
5
−
0
View file @
10fea96e
...
...
@@ -3,3 +3,8 @@ hwbinder_use(hal_health)
# call into healthd for callbacks
binder_call(hal_health, healthd)
# Read access to system files for HALs in
# /{system,vendor,odm}/lib[64]/hw/ in order
# to be able to open the hal implementation .so files
r_dir_file(hal_health, system_file)
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