diff --git a/public/update_verifier.te b/public/update_verifier.te index 8c8e9a97699ad232d1076d0a9bd0726d10af5bcc..4d4e1f9ec025e281ffac902c7d9a672215459551 100644 --- a/public/update_verifier.te +++ b/public/update_verifier.te @@ -12,5 +12,8 @@ allow update_verifier ota_package_file:file r_file_perms; # Read all blocks in dm wrapped system partition. 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 hal_client_domain(update_verifier, hal_bootctl)