diff --git a/sepolicy/vendor/hal_health_default.te b/sepolicy/vendor/hal_health_default.te index 0c5b4d2..824ac0c 100644 --- a/sepolicy/vendor/hal_health_default.te +++ b/sepolicy/vendor/hal_health_default.te @@ -9,3 +9,5 @@ allow hal_health_default sysfs_wakeup:file r_file_perms; # Allow Thermal service to access the health HAL allow hal_health_default hal_thermal_samsung_hwservice:hwservice_manager find; binder_call(hal_health_default, hal_thermal_default) + +allow hal_health_default sysfs:file { getattr open read };