Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Matombo
AndroidSystemSEPolicy
Commits
fa5afa2a
Commit
fa5afa2a
authored
Aug 10, 2018
by
Yifan Hong
Browse files
Options
Downloads
Patches
Plain Diff
vold uses health filesystem HAL
Bug: 111655771 Test: builds Change-Id: I67850d910770109005b2243c628282ad638c88fb
parent
383471c2
No related branches found
No related tags found
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 @
fa5afa2a
...
...
@@ -166,6 +166,9 @@ binder_call(vold, healthd)
# talk to keymaster
hal_client_domain(vold, hal_keymaster)
# talk to health filesystem HAL
hal_client_domain(vold, hal_health_filesystem)
# Access userdata block device.
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
neverallow vold {
domain
-hal_keymaster_server
-hal_health_filesystem_server
-healthd
-hwservicemanager
-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
sign in
to comment