Merge "Give healthd permission to write sys properties to allow quick boot from charger mode."
diff --git a/healthd.te b/healthd.te
index 08472cc..9832ac4 100644
--- a/healthd.te
+++ b/healthd.te
@@ -32,5 +32,9 @@
 allow healthd self:process execmem;
 allow healthd proc_sysrq:file rw_file_perms;
 allow healthd self:capability sys_boot;
-
 allow healthd healthd_service:service_manager add;
+
+# Healthd needs to tell init to continue the boot
+# process when running in charger mode.
+unix_socket_connect(healthd, property, init)
+allow healthd system_prop:property_service set;