From 0314f891678d7c0ea5f8635a341f64038e4edb9d Mon Sep 17 00:00:00 2001 From: Sridhar Parasuram Date: Fri, 23 Feb 2018 09:47:38 -0800 Subject: [PATCH] clover: Address dac_override and dac_read_search issues in init.qcom.sh init.qcom.sh accesses files owned by groups radio, system and hence the groups have been added. Change-Id: I535eeaf42f38532ec6de46eb57f3cc0e1d959a47 --- rootdir/etc/init.qcom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9f6e745..9a744d8 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -940,6 +940,7 @@ on property:drmdiag.load=0 service qcom-sh /vendor/bin/init.qcom.sh class late_start user root + group root system radio oneshot service sensor-sh /vendor/bin/init.qcom.sensors.sh