cm: Set permissions on input_boost node

Change-Id: I2f02a3035158dbd138c2c22ddd4536bd717ae6b9
This commit is contained in:
Steve Kondik 2013-10-04 04:31:56 -07:00
parent fe91df1ae9
commit 686cbf2d87

View File

@ -56,6 +56,8 @@ on boot
chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor chmod 0660 /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold chown system system /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
chmod 0660 /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
# Assume SMP uses shared cpufreq policy for all CPUs # Assume SMP uses shared cpufreq policy for all CPUs
chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor