diff --git a/sepolicy/vendor/hal_health_default.te b/sepolicy/vendor/hal_health_default.te index f9c8f8f..46b349b 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 { open read }; +allow hal_health_default sysfs:file { ioctl read getattr lock open watch watch_reads }; allow hal_health_default sysfs_battery:file { getattr open read }; allow hal_health_default sysfs_battery:dir search;