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;