pass-hal: tw3: Add read permission to allow others to read 25/240925/1 accepted/tizen/unified/20200813.122612 submit/tizen/20200813.021229
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 13 Aug 2020 02:05:30 +0000 (11:05 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 13 Aug 2020 02:05:42 +0000 (11:05 +0900)
Add read permission to allow others to access the sysfs node for CPU h/w
resource.

Change-Id: Ia8db5bee64363f2d2ea12a0950b96d0def0755ca
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
scripts/pass-hal.conf

index 803a884..5bc0113 100644 (file)
@@ -1,12 +1,12 @@
-z      /sys/devices/system/cpu/cpufreq/pmqos/* 0660    root    system_fw       -
+z      /sys/devices/system/cpu/cpufreq/pmqos/* 0664    root    system_fw       -
 t      /sys/devices/system/cpu/cpufreq/pmqos/* -       -       -       -       security.SMACK64="System::Shared"
-z      /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq   0440    root    system_fw       -
+z      /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq   0444    root    system_fw       -
 t      /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq   -       -       -       -       security.SMACK64="System::Shared"
-z      /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq   0660    root    system_fw       -
+z      /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq   0664    root    system_fw       -
 t      /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq   -       -       -       -       security.SMACK64="System::Shared"
-z      /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq   0660    root    system_fw       -
+z      /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq   0664    root    system_fw       -
 t      /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq   -       -       -       -       security.SMACK64="System::Shared"
-z      /sys/class/sec/temperature/*    0440    root    system_fw       -
+z      /sys/class/sec/temperature/*    0444    root    system_fw       -
 t      /sys/class/sec/temperature/*    -       -       -       -       security.SMACK64="System::Shared"
-z      /sys/kernel/debug/fault_around_bytes    0660    root    system_fw       -
+z      /sys/kernel/debug/fault_around_bytes    0664    root    system_fw       -
 t      /sys/kernel/debug/fault_around_bytes    -       -       -       -       security.SMACK64="System::Shared"