Skip to content
Snippets Groups Projects
Commit b24e69dc authored by Connor O'Brien's avatar Connor O'Brien
Browse files

Allow update_verifier to use boot HIDL HAL


Test: Flashed device and verified no update_verifier permission denials
Change-Id: I5de063c202aefef399645b153f68ff7909989eba
Signed-off-by: default avatarConnor O'Brien <connoro@google.com>
parent 364fd197
No related branches found
No related tags found
No related merge requests found
......@@ -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;
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