Skip to content
Snippets Groups Projects
Commit 3439a0c9 authored by Tianjie Xu's avatar Tianjie Xu Committed by android-build-merger
Browse files

Merge "Allow update_verifier to read dm blocks"

am: 254ce3fb

Change-Id: I5108f9113b5511fcda6331b5af860efcc7f8baba
parents e822c5a4 254ce3fb
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ allow update_verifier block_device:dir search; ...@@ -13,8 +13,8 @@ allow update_verifier block_device:dir search;
allow update_verifier ota_package_file:dir r_dir_perms; allow update_verifier ota_package_file:dir r_dir_perms;
allow update_verifier ota_package_file:file r_file_perms; allow update_verifier ota_package_file:file r_file_perms;
# Read all blocks in system partition. # Read all blocks in dm wrapped system partition.
allow update_verifier system_block_device:blk_file r_file_perms; allow update_verifier dm_device:blk_file r_file_perms;
# Use binderized HAL # Use binderized HAL
hwbinder_use(update_verifier) hwbinder_use(update_verifier)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment