From 3addce0935e15f33d027002f8eeb67cb0ab0b4eb Mon Sep 17 00:00:00 2001 From: Anand S Date: Tue, 16 Jul 2024 12:56:42 +0530 Subject: [PATCH] sm6375-common: sepolicy: Allow hal_health_default to access sysfs Change-Id: I5d09337f045ee6f523d6b534113f4b563f7f1e23 --- sepolicy/vendor/hal_health_default.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sepolicy/vendor/hal_health_default.te diff --git a/sepolicy/vendor/hal_health_default.te b/sepolicy/vendor/hal_health_default.te new file mode 100644 index 0000000..fffaecb --- /dev/null +++ b/sepolicy/vendor/hal_health_default.te @@ -0,0 +1,3 @@ +allow hal_health_default sysfs:file r_file_perms; + +r_dir_file(hal_health_default, sysfs)