From bea94bd664cf9bba0a1bbe0c36a369e4447c8f12 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 30 Aug 2019 21:11:46 +0800 Subject: [PATCH] init.qcom.rc: remove critical flag from dashd * Somehow, some third-party stuff can mess up the context of dashd and prevent it from starting. We cannot fix third-party stuff, but at least it makes sense that dashd isn't that "critical" to the point that the whole system shuts down just because of this single service. Change-Id: Ife3ca59e38782909b0b42a9b77a342d2a5b92ae8 --- rootdir/etc/init.qcom.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 770b9ebf..a841128a 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1282,6 +1282,5 @@ service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service service dashd /sbin/dashd class core - critical seclabel u:r:dashd:s0 group root system