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

Merge "Allow update_verifier to reboot the device" am: fde87a96 am: 6429e000 am: 64c8aa96

am: 0d8c1e0a

Change-Id: Ic8d3abc52fc64d5c863fb6b8ba844e43f68e4bfb
parents 11468f37 0d8c1e0a
Branches
No related tags found
No related merge requests found
...@@ -12,5 +12,8 @@ allow update_verifier ota_package_file:file r_file_perms; ...@@ -12,5 +12,8 @@ allow update_verifier ota_package_file:file r_file_perms;
# Read all blocks in dm wrapped system partition. # Read all blocks in dm wrapped system partition.
allow update_verifier dm_device:blk_file r_file_perms; allow update_verifier dm_device:blk_file r_file_perms;
# Allow update_verifier to reboot the device.
set_prop(update_verifier, powerctl_prop)
# Use Boot Control HAL # Use Boot Control HAL
hal_client_domain(update_verifier, hal_bootctl) hal_client_domain(update_verifier, hal_bootctl)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment