diff --git a/public/hal_health_storage.te b/public/hal_health_storage.te index cb7c01d99..4938a162f 100644 --- a/public/hal_health_storage.te +++ b/public/hal_health_storage.te @@ -6,3 +6,6 @@ binder_use(hal_health_storage_server) hal_attribute_hwservice(hal_health_storage, hal_health_storage_hwservice) hal_attribute_service(hal_health_storage, hal_health_storage_service) + +# Allow ReadDefaultFstab(). +read_fstab(hal_health_storage_server)