commit | b97ed1ad047534c60e1d945bd8f6561d0a7d11cc | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Mon Mar 17 22:10:36 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 17 22:10:37 2014 +0000 |
tree | c172c4a0d41bbbc826138f0ac7603f1fce0af9cf | |
parent | ad5315d44227bfb1c526ca0f02a0a52f18c0b79e [diff] | |
parent | 9ada894a43b0542658b5bf68a7d9b41d05ee0974 [diff] |
Merge "Fix broken halt while in healthd charger mode"
diff --git a/healthd.te b/healthd.te index ba80dad..cfdb756 100644 --- a/healthd.te +++ b/healthd.te
@@ -30,3 +30,5 @@ allow healthd tty_device:chr_file rw_file_perms; allow healthd ashmem_device:chr_file execute; allow healthd self:process execmem; +allow healthd proc_sysrq:file rw_file_perms; +allow healthd self:capability sys_boot;