diff options
| author | Pavlin Radoslavov <pavlin@google.com> | 2015-11-23 17:35:30 -0800 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2017-01-27 17:23:07 +0000 |
| commit | 92a76467c99abea80ae2128d8b31401556ac8a2e (patch) | |
| tree | 9eecd1b457854b1f76c9cc9f9290495f5d33ea7a | |
| parent | 56fe4b268346c9c0c17fde91ad79fda7eb17411e (diff) | |
msm8916-common: Use GID "wakelock" to control access to kernel wakelock
Bug: 25864142
Change-Id: Ief59e26ce63b341115d42d0145a43a845b1645da
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 5 |
1 files 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 |
