diff options
author | Abhinav Kannan <kannana@qti.qualcomm.com> | 2017-05-16 07:30:11 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | a25e2c873f0873fbe7bb0f45a46db5b01e165e7b (patch) | |
tree | e7209697b3398983440d90510da52763e32505f8 /rootdir/init.qcom.rc | |
parent | 44e3b205d83252d2298fc99af6169c3787c94fdf (diff) |
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
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |