commit | fde87a96c6594b4f35c6725b12299aeec5e2adda | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Apr 04 20:48:29 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 04 20:48:29 2017 +0000 |
tree | 30ead4a7b4fa623b468f7a869f49b56b14d96c73 | |
parent | 1871fc0a88c00adccad786a4fe9081ff41ec29fe [diff] | |
parent | 1a60998ac05a02cb33b3194e802d44d10f8f87b0 [diff] |
Merge "Allow update_verifier to reboot the device"
diff --git a/public/update_verifier.te b/public/update_verifier.te index 8c8e9a9..4d4e1f9 100644 --- a/public/update_verifier.te +++ b/public/update_verifier.te
@@ -12,5 +12,8 @@ # 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)