From 13cfb04c5e910523bbf01f7ca0c1d51d001489cb Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Sat, 20 Jan 2018 15:13:00 +0100 Subject: msm8996-common: sepolicy: thermal-engine: Address a denial Signed-off-by: Davide Garberi --- sepolicy/thermal-engine.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/thermal-engine.te b/sepolicy/thermal-engine.te index 4b8c024..7f8e14a 100644 --- a/sepolicy/thermal-engine.te +++ b/sepolicy/thermal-engine.te @@ -8,3 +8,4 @@ allow thermal-engine diag_device:chr_file { read write }; allow thermal-engine diag_device:chr_file open; allow thermal-engine diag_device:chr_file ioctl; allow thermal-engine socket_device:sock_file { create setattr }; +allow thermal-engine sysfs_uio:dir read; -- cgit v1.2.3