pass-hal: tm1: Add new sysfs path to get temperature 56/172656/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 15 Mar 2018 02:00:13 +0000 (11:00 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 15 Mar 2018 02:01:56 +0000 (11:01 +0900)
Add new sysfs path to get temperature. Permit the only read permission.

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

index abfdf4f07a321e0faee33ca18a6901fdbc410e31..d995a1d60a984685207200b92f8fe7d597a3061f 100644 (file)
@@ -2,3 +2,5 @@ z       /sys/devices/system/cpu/cpufreq/pmqos/* 0660    root    system_fw       -
 t      /sys/devices/system/cpu/cpufreq/pmqos/* -       -       -       -       security.SMACK64="System"
 z      /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq   0440    root    system_fw       -
 t      /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq   -       -       -       -       security.SMACK64="System"
+z      /sys/class/sec/temperature/*    0440    root    system_fw       -
+t      /sys/class/sec/temperature/*    -       -       -       -       security.SMACK64="System"