pass-hal: rpi: Change smack label to give read permission everyone 21/229021/2 accepted/tizen/unified/20200330.153413 submit/tizen/20200327.070246
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 27 Mar 2020 06:01:20 +0000 (15:01 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 27 Mar 2020 06:34:08 +0000 (15:34 +0900)
Change smack label to give read permission everyone as following:
- System -> System:Shared

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

index 2e48cb4..14507db 100644 (file)
@@ -7,8 +7,8 @@ t       /sys/devices/system/cpu/*/cpufreq/cpuinfo_min_freq      -       -       -       -       security.SMACK64="S
 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"
 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"
+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"
+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"