diff --git a/prebuilt/common/etc/init.local.rc b/prebuilt/common/etc/init.local.rc index a0ac39f1..997be9b9 100644 --- a/prebuilt/common/etc/init.local.rc +++ b/prebuilt/common/etc/init.local.rc @@ -57,7 +57,17 @@ on boot chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold chown system system /sys/devices/system/cpu/cpufreq/ondemand/input_boost - chmod 0600 /sys/devices/system/cpu/cpufreq/ondemand/input_boost + chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/input_boost + chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core + chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core + chown system system /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core + chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core + chown system system /sys/devices/system/cpu/cpufreq/ondemand/optimal_freq + chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/optimal_freq + chown system system /sys/devices/system/cpu/cpufreq/ondemand/sync_freq + chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sync_freq + chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load + chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load # Assume SMP uses shared cpufreq policy for all CPUs chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor