diff options
-rw-r--r-- | scripts/pass-hal.conf | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/scripts/pass-hal.conf b/scripts/pass-hal.conf index 04be8cd..fa70e17 100644 --- a/scripts/pass-hal.conf +++ b/scripts/pass-hal.conf @@ -1,40 +1,40 @@ -z /sys/devices/system/cpu/*/online 0660 root system_fw - +z /sys/devices/system/cpu/*/online 0664 root system_fw - t /sys/devices/system/cpu/*/online - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/scaling_available_governors 0440 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/scaling_available_governors 0444 root system_fw - t /sys/devices/system/cpu/*/cpufreq/scaling_available_governors - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/cpuinfo_cur_freq 0440 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/cpuinfo_cur_freq 0444 root system_fw - t /sys/devices/system/cpu/*/cpufreq/cpuinfo_cur_freq - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/cpuinfo_min_freq 0440 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/cpuinfo_min_freq 0444 root system_fw - t /sys/devices/system/cpu/*/cpufreq/cpuinfo_min_freq - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/cpuinfo_max_freq 0440 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/cpuinfo_max_freq 0444 root system_fw - t /sys/devices/system/cpu/*/cpufreq/cpuinfo_max_freq - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/scaling_governor 0660 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/scaling_governor 0664 root system_fw - t /sys/devices/system/cpu/*/cpufreq/scaling_governor - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/scaling_min_freq 0660 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/scaling_min_freq 0664 root system_fw - t /sys/devices/system/cpu/*/cpufreq/scaling_min_freq - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/scaling_max_freq 0660 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/scaling_max_freq 0664 root system_fw - t /sys/devices/system/cpu/*/cpufreq/scaling_max_freq - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/ondemand/up_threshold 0660 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/ondemand/up_threshold 0664 root system_fw - t /sys/devices/system/cpu/*/cpufreq/ondemand/up_threshold - - - - security.SMACK64="System::Shared" -z /sys/devices/system/cpu/*/cpufreq/ondemand/sampling_rate 0660 root system_fw - +z /sys/devices/system/cpu/*/cpufreq/ondemand/sampling_rate 0664 root system_fw - t /sys/devices/system/cpu/*/cpufreq/ondemand/sampling_rate - - - - security.SMACK64="System::Shared" -z /sys/class/thermal/*/temp 0440 root system_fw - +z /sys/class/thermal/*/temp 0444 root system_fw - t /sys/class/thermal/*/temp - - - - security.SMACK64="System::Shared" -z /sys/class/thermal/*/policy 0440 root system_fw - +z /sys/class/thermal/*/policy 0444 root system_fw - t /sys/class/thermal/*/policy - - - - security.SMACK64="System::Shared" -z /sys/kernel/debug/cpufreq/*/load_table 0440 root system_fw - +z /sys/kernel/debug/cpufreq/*/load_table 0444 root system_fw - t /sys/kernel/debug/cpufreq/*/load_table - - - - security.SMACK64="System::Shared" -z /sys/kernel/debug/cpufreq/*/load_table 0440 root system_fw - +z /sys/kernel/debug/cpufreq/*/load_table 0444 root system_fw - t /sys/kernel/debug/cpufreq/*/load_table - - - - security.SMACK64="System::Shared" -z /sys/devices/platform/soc/*/devfreq/*/cur_freq 0440 root system_fw - +z /sys/devices/platform/soc/*/devfreq/*/cur_freq 0444 root system_fw - t /sys/devices/platform/soc/*/devfreq/*/cur_freq - - - - security.SMACK64="System::Shared" -z /sys/devices/platform/soc/*/devfreq/*/governor 0660 root system_fw - +z /sys/devices/platform/soc/*/devfreq/*/governor 0664 root system_fw - t /sys/devices/platform/soc/*/devfreq/*/governor - - - - security.SMACK64="System::Shared" -z /sys/devices/platform/soc/*/devfreq/*/min_freq 0660 root system_fw - +z /sys/devices/platform/soc/*/devfreq/*/min_freq 0664 root system_fw - t /sys/devices/platform/soc/*/devfreq/*/min_freq - - - - security.SMACK64="System::Shared" -z /sys/devices/platform/soc/*/devfreq/*/max_freq 0660 root system_fw - +z /sys/devices/platform/soc/*/devfreq/*/max_freq 0664 root system_fw - t /sys/devices/platform/soc/*/devfreq/*/max_freq - - - - security.SMACK64="System::Shared" -z /sys/devices/platform/soc/*/devfreq/*/polling_interval 0660 root system_fw - +z /sys/devices/platform/soc/*/devfreq/*/polling_interval 0664 root system_fw - t /sys/devices/platform/soc/*/devfreq/*/polling_interval - - - - security.SMACK64="System::Shared" z /sys/devices/platform/soc/*/devfreq/*/available_frequencies 0440 root system_fw - t /sys/devices/platform/soc/*/devfreq/*/available_frequencies - - - - security.SMACK64="System::Shared" |