pass-hal: rpi: Change smack label to give read permission everyone for missing node 07/234307/1 accepted/tizen/unified/20200528.133006 submit/tizen/20200526.021149
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 25 May 2020 10:05:59 +0000 (19:05 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 25 May 2020 10:05:59 +0000 (19:05 +0900)
Change smack label to give read permission everyone as following:
- System -> System:Shared

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

index 14507dbd11da95257bf12472bc9688ff6cb31c33..af623146a96847a22e1df9f041fbb4f94935d961 100644 (file)
@@ -1,14 +1,14 @@
 z      /sys/devices/system/cpu/*/online        0664    root    system_fw       -
-t      /sys/devices/system/cpu/*/online        -       -       -       -       security.SMACK64="System"
+t      /sys/devices/system/cpu/*/online        -       -       -       -       security.SMACK64="System::Shared"
 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"
+t      /sys/devices/system/cpu/*/cpufreq/cpuinfo_cur_freq      -       -       -       -       security.SMACK64="System::Shared"
 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"
+t      /sys/devices/system/cpu/*/cpufreq/cpuinfo_min_freq      -       -       -       -       security.SMACK64="System::Shared"
 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"
+t      /sys/devices/system/cpu/*/cpufreq/cpuinfo_max_freq      -       -       -       -       security.SMACK64="System::Shared"
 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      0664    root    system_fw       -
 t      /sys/devices/system/cpu/*/cpufreq/scaling_max_freq      -       -       -       -       security.SMACK64="System::Shared"
 z      /sys/class/thermal/*/temp       0444    root    system_fw       -
-t      /sys/class/thermal/*/temp       -       -       -       -       security.SMACK64="System"
+t      /sys/class/thermal/*/temp       -       -       -       -       security.SMACK64="System::Shared"