From: Chanwoo Choi Date: Fri, 27 Mar 2020 06:01:20 +0000 (+0900) Subject: pass-hal: rpi: Change smack label to give read permission everyone X-Git-Tag: submit/tizen/20200327.070246^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e30a9c9ffa89b91ae169d656e665509570f5e18f;p=platform%2Fadaptation%2Frpi%2Fpass-hal-rpi.git pass-hal: rpi: Change smack label to give read permission everyone Change smack label to give read permission everyone as following: - System -> System:Shared Change-Id: Iafd552376f56ea3060975fd70beccaf71f927b35 Signed-off-by: Chanwoo Choi --- diff --git a/scripts/pass-hal.conf b/scripts/pass-hal.conf index 2e48cb4..14507db 100644 --- a/scripts/pass-hal.conf +++ b/scripts/pass-hal.conf @@ -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"