From 37499caf05a02eb2c976c3d1bda3dae2fa59276f Mon Sep 17 00:00:00 2001 From: Shirayuki39 Date: Wed, 17 Jul 2024 20:16:03 +0800 Subject: [PATCH] LG8n: sepolicy: Address hal_health_default denials Signed-off-by: Shirayuki39 --- sepolicy/vendor/hal_health_default.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepolicy/vendor/hal_health_default.te b/sepolicy/vendor/hal_health_default.te index 68556ff..f9c8f8f 100644 --- a/sepolicy/vendor/hal_health_default.te +++ b/sepolicy/vendor/hal_health_default.te @@ -1,3 +1,3 @@ -allow hal_health_default sysfs:file read; +allow hal_health_default sysfs:file { open read }; allow hal_health_default sysfs_battery:file { getattr open read }; allow hal_health_default sysfs_battery:dir search;