From 195ff7f79e314ba0e7b4c492613a97ec188b8bcc Mon Sep 17 00:00:00 2001 From: Andriy Naborskyy Date: Mon, 10 Oct 2016 13:10:28 -0700 Subject: DO NOT MERGE ANYWHERE init: move healthd to late-init Starting healthd in early-init can cause SELinux denials if healthd or any device-specific libraries try to log. Now healthd is starting at boot as usual service. Bug: 30292927 Change-Id: I367d022f5885122da49181db3db536012e83f564 --- etc/init.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/init.rc b/etc/init.rc index 427727768..b7759259d 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -2,7 +2,6 @@ import /init.recovery.${ro.hardware}.rc on early-init start ueventd - start healthd on init export PATH /sbin:/system/bin -- cgit v1.2.3