citadeld: updates sepolicies to access the IStats HIDL service am: 5c75973039 am: 0ff4e5096e am: 753bd0744a

Original change: https://android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/1680045

Change-Id: I2851d5158c260a819e03caecde710dacd5ac95ac
diff --git a/citadel/citadeld.te b/citadel/citadeld.te
index 92e20a6..9490258 100644
--- a/citadel/citadeld.te
+++ b/citadel/citadeld.te
@@ -14,6 +14,7 @@
 # Let citadeld find and use statsd.
 hwbinder_use(citadeld)
 get_prop(citadeld, hwservicemanager_prop)
+allow citadeld fwk_stats_hwservice:hwservice_manager find;
 binder_call(citadeld, stats_service_server)
 allow citadeld fwk_stats_service:service_manager find;
 binder_use(citadeld)