Skip to content
Snippets Groups Projects
Commit fa5afa2a authored by Yifan Hong's avatar Yifan Hong
Browse files

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
...@@ -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.
Finish editing this message first!
Please register or to comment