commit | ad1654797ab6672c8634f84bd62f1a8da27a94a0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 29 16:56:19 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 29 16:56:19 2018 +0000 |
tree | f06f5018537a350b25c31fae2bb16f19cc757fb1 | |
parent | 196b12eb3ec80e4d6d01d31d0234ce0bf2110eed [diff] | |
parent | d36b1d5f620f6dc72a65ff851f78375d82e92e2c [diff] |
Merge "Allow init to set powerctl property"
diff --git a/private/init.te b/private/init.te index 30e5e36..b8b0066 100644 --- a/private/init.te +++ b/private/init.te
@@ -25,3 +25,6 @@ dontaudit init su:process noatsecure; allow init su:process { siginh rlimitinh }; ') + +# Allow the BoringSSL self test to request a reboot upon failure +set_prop(init, powerctl_prop)