Skip to content
Snippets Groups Projects
Commit 0d8c1e0a 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

Change-Id: I1260e60f2ef4db50573e515ba95c332512c8ae62
parents 7138973f 64c8aa96
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