Merge "Allow ephemeral apps network connections"
diff --git a/public/update_verifier.te b/public/update_verifier.te
index 731b623..550cf65 100644
--- a/public/update_verifier.te
+++ b/public/update_verifier.te
@@ -13,3 +13,8 @@
 # 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;