From c045a751ef23ff7dc79f133187039b9b7f1020b0 Mon Sep 17 00:00:00 2001 From: Sridhar Parasuram Date: Fri, 23 Feb 2018 09:47:38 -0800 Subject: msm8996-common: 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(+) (limited to 'rootdir') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index cd69b06..0351b39 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -454,6 +454,7 @@ service loc_launcher /vendor/bin/loc_launcher service qcom-sh /vendor/bin/init.qcom.sh class late_start user root + group root system radio oneshot on property:ro.data.large_tcp_window_size=true -- cgit v1.2.3