From 9d1a861319609224a005c7f39aba3c2426588c92 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Wed, 15 Jan 2014 01:44:07 +0800 Subject: [PATCH] cm: Set perms on a few additional paths Change-Id: I128220850a21bef261ff735ff51e8b715391c37d --- prebuilt/common/etc/init.local.rc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prebuilt/common/etc/init.local.rc b/prebuilt/common/etc/init.local.rc index 61a8b50f..7a771ee2 100644 --- a/prebuilt/common/etc/init.local.rc +++ b/prebuilt/common/etc/init.local.rc @@ -36,6 +36,13 @@ on boot chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration chown system system /sys/devices/system/cpu/cpufreq/interactive/io_is_busy chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/io_is_busy + chown system system /sys/devices/system/cpu/cpufreq/interactive/sync_freq + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/sync_freq + chown system system /sys/devices/system/cpu/cpufreq/interactive/up_threshold_any_cpu_load + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/up_threshold_any_cpu_load + chown system system /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor + # ondemand governor chown system system /sys/devices/system/cpu/cpufreq/ondemand/boostfreq