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
29940d7a
Commit
29940d7a
authored
Aug 13, 2018
by
Yifan Hong
Committed by
Gerrit Code Review
Aug 13, 2018
Browse files
Options
Downloads
Plain Diff
Merge "vold uses health filesystem HAL"
parents
94901962
fa5afa2a
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/vold.te
+4
-0
4 additions, 0 deletions
public/vold.te
with
4 additions
and
0 deletions
public/vold.te
+
4
−
0
View file @
29940d7a
...
@@ -166,6 +166,9 @@ binder_call(vold, healthd)
...
@@ -166,6 +166,9 @@ binder_call(vold, healthd)
# talk to keymaster
# talk to keymaster
hal_client_domain(vold, hal_keymaster)
hal_client_domain(vold, hal_keymaster)
# talk to health filesystem HAL
hal_client_domain(vold, hal_health_filesystem)
# Access userdata block device.
# Access userdata block device.
allow vold userdata_block_device:blk_file rw_file_perms;
allow vold userdata_block_device:blk_file rw_file_perms;
...
@@ -266,6 +269,7 @@ neverallow { domain -system_server -vdc -vold } vold_service:service_manager fin
...
@@ -266,6 +269,7 @@ neverallow { domain -system_server -vdc -vold } vold_service:service_manager fin
neverallow vold {
neverallow vold {
domain
domain
-hal_keymaster_server
-hal_keymaster_server
-hal_health_filesystem_server
-healthd
-healthd
-hwservicemanager
-hwservicemanager
-servicemanager
-servicemanager
...
...
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