From a25e2c873f0873fbe7bb0f45a46db5b01e165e7b Mon Sep 17 00:00:00 2001 From: Abhinav Kannan Date: Tue, 16 May 2017 07:30:11 +0000 Subject: shinano-common: init: Add system group to netmgrd process To allow netmgrd to acquire wakelocks correctly we need to ensure that it belongs to system group Bug: 24546055 Change-Id: I6231c7d1eb57a12da9be4f081e085e6f1d43b797 --- rootdir/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootdir') diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 56c8a45..8afd359 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -393,7 +393,7 @@ service macaddrsetup /system/bin/macaddrsetup /sys/devices/platform/bcmdhd_wlan/ service netmgrd /system/bin/netmgrd class late_start user root - group root wifi wakelock radio inet + group root wifi wakelock radio inet system on property:ro.radio.noril=true stop ril-daemon -- cgit v1.2.3