From 92a76467c99abea80ae2128d8b31401556ac8a2e Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Mon, 23 Nov 2015 17:35:30 -0800 Subject: msm8916-common: Use GID "wakelock" to control access to kernel wakelock Bug: 25864142 Change-Id: Ief59e26ce63b341115d42d0145a43a845b1645da --- rootdir/etc/init.qcom.rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index c975d28..38434d4 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -285,6 +285,7 @@ service irsc_util /system/bin/irsc_util "/etc/sec_config" service rmt_storage /system/bin/rmt_storage class core user root + group wakelock service rfs_access /system/bin/rfs_access class core @@ -327,7 +328,7 @@ on property:hw.fm.init=1 service qmuxd /system/bin/qmuxd class main user root - group radio audio bluetooth gps qcom_diag + group radio audio bluetooth gps qcom_diag wakelock service msm_irqbalance /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqbalance.conf class core @@ -337,7 +338,7 @@ service msm_irqbalance /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqb service netmgrd /system/bin/netmgrd class main - group system + group system wakelock on property:ro.use_data_netmgrd=false # netmgr not supported on specific target -- cgit v1.2.3