Skip to content
Snippets Groups Projects
Commit 29940d7a authored by Yifan Hong's avatar Yifan Hong Committed by Gerrit Code Review
Browse files

Merge "vold uses health filesystem HAL"

parents 94901962 fa5afa2a
Branches
Tags
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment