diff options
author | Max Weffers <rcstar6696@gmail.com> | 2017-03-18 10:09:39 +0100 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-27 14:08:50 +0200 |
commit | 0701ae5cdcd0df4e75556eb4cda23627c8e1073b (patch) | |
tree | 0c203f98c0b3e710b00ec317c847210c6408ccbb /rootdir/ueventd.qcom.rc | |
parent | 73598c6b9b749d0321b61967d6664316ced812d5 (diff) |
Fix rqbalance permission
Diffstat (limited to 'rootdir/ueventd.qcom.rc')
-rw-r--r-- | rootdir/ueventd.qcom.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/ueventd.qcom.rc b/rootdir/ueventd.qcom.rc index 3624a6d..ebb7b8a 100644 --- a/rootdir/ueventd.qcom.rc +++ b/rootdir/ueventd.qcom.rc @@ -234,3 +234,8 @@ /dev/pmem_adsp* 0660 system audio /dev/pmem_camera* 0660 system camera /dev/msm_hw3dm 0660 system graphics + +# cpuquiet rqbalance permissions +/sys/devices/system/cpu/cpuquiet/rqbalance/balance_level 0660 system system +/sys/devices/system/cpu/cpuquiet/rqbalance/nr_run_thresholds 0660 system system +/sys/devices/system/cpu/cpuquiet/rqbalance/nr_down_run_thresholds 0660 system system |