Skip to content
Snippets Groups Projects
Commit 6429e000 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

Change-Id: Id1e696f18bd1091f4103c02b49e3fa2dd6fa8e1b
parents 2261cab6 fde87a96
No related branches found
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.
Finish editing this message first!
Please register or to comment