Merge "recovery: allow to talk to health HAL."
diff --git a/public/recovery.te b/public/recovery.te
index 33658e8..b4b4109 100755
--- a/public/recovery.te
+++ b/public/recovery.te
@@ -9,9 +9,12 @@
recovery_only(`
# Allow recovery to perform an update as update_engine would do.
typeattribute recovery update_engine_common;
- # Recovery can only use HALs in passthrough mode
+ # Recovery can use HIDL HALs in passthrough mode
passthrough_hal_client_domain(recovery, hal_bootctl)
+ # Recovery can use AIDL HALs in binder mode
+ hal_client_domain(recovery, hal_health)
+
allow recovery self:global_capability_class_set {
chown
dac_override