From d1fe9f8f80193e8c006fbbec1727b638dadf3be6 Mon Sep 17 00:00:00 2001 From: Ken Yang Date: Tue, 14 May 2024 05:14:55 +0000 Subject: [PATCH] SELinux: fix avc denials Bug: 338332877 Change-Id: I5fb0a73cdc0d276ec14e55906c9bbd9c6875c786 Signed-off-by: Ken Yang --- whitechapel_pro/hal_health_default.te | 1 + 1 file changed, 1 insertion(+) diff --git a/whitechapel_pro/hal_health_default.te b/whitechapel_pro/hal_health_default.te index 805b707d..8dc2b599 100644 --- a/whitechapel_pro/hal_health_default.te +++ b/whitechapel_pro/hal_health_default.te @@ -19,3 +19,4 @@ allow hal_health_default sysfs_thermal:dir search; allow hal_health_default sysfs_thermal:file w_file_perms; allow hal_health_default thermal_link_device:dir search; allow hal_health_default sysfs_wlc:file r_file_perms; +dontaudit hal_health_default sysfs_touch:dir *;