diff options
author | Pavlin Radoslavov <pavlin@google.com> | 2015-11-23 17:45:55 -0800 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:21:42 +0200 |
commit | 1ef1d2bb4dbb4fc20a4bd3d75d0552e4fc32c480 (patch) | |
tree | 2eda6d7c177ad3ba11306e7c89c1e7b6d9fa9cda | |
parent | 00ed5c4c811fd2e257195a7f316eb438031c4c64 (diff) |
init: Use GID "wakelock" to control access to kernel wakelock
Bug: 25864142
Change-Id: Ibec143499b7165213f26d511361b36794d2b9fdb
-rwxr-xr-x | 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 716dcde..ed529b0 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -884,7 +884,7 @@ service qti /system/vendor/bin/qti service sensors /system/bin/sensors.qcom class core user root - group root + group root wakelock writepid /dev/cpuset/system-background/tasks on property:ro.use_data_netmgrd=false |