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;