Merge "Add system_api_service to color_display_service"
diff --git a/public/vold.te b/public/vold.te
index 13c6337..df72f29 100644
--- a/public/vold.te
+++ b/public/vold.te
@@ -164,6 +164,9 @@
# talk to health storage HAL
hal_client_domain(vold, hal_health_storage)
+# talk to bootloader HAL
+hal_client_domain(vold, hal_bootctl)
+
# Access userdata block device.
allow vold userdata_block_device:blk_file rw_file_perms;
@@ -266,6 +269,7 @@
-hal_health_storage_server
-hal_keymaster_server
-hal_system_suspend_server
+ -hal_bootctl
-healthd
-hwservicemanager
-servicemanager