diff --git a/public/update_verifier.te b/public/update_verifier.te
index 731b6230ab64d4ada2a8301653b80a84117d2622..550cf659f82b4b8507bde8e984fc9724edc37aad 100644
--- a/public/update_verifier.te
+++ b/public/update_verifier.te
@@ -13,3 +13,8 @@ allow update_verifier ota_package_file:file r_file_perms;
 # Read all blocks in system partition.
 allow update_verifier system_block_device:blk_file r_file_perms;
 
+# Use binderized HAL
+hwbinder_use(update_verifier)
+binder_call(update_verifier, hal_boot)
+
+allow update_verifier system_file:dir r_dir_perms;