commit | 353244451fdeb8600bf03db91f0021ebe6cff279 | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Mon Nov 14 21:53:07 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 14 21:53:07 2016 +0000 |
tree | 91fac36b5cae1efb27e08f870ee80a7ade626302 | |
parent | fb08872a40a7299954a92cf043fb8f498e286aa9 [diff] | |
parent | b24e69dca835c69e2e99994f0596f15583d93db7 [diff] |
Merge "Allow update_verifier to use boot HIDL HAL"
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;