Merge "Stats: removed obsolete IStats HIDL sepolicies"
diff --git a/citadel/citadeld.te b/citadel/citadeld.te
index 9490258..745c3f8 100644
--- a/citadel/citadeld.te
+++ b/citadel/citadeld.te
@@ -12,9 +12,6 @@
 allow citadeld hal_power_stats_vendor_service:service_manager find;
 
 # 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)
diff --git a/flipendo/flipendo.te b/flipendo/flipendo.te
index 532ee4b..3bef834 100644
--- a/flipendo/flipendo.te
+++ b/flipendo/flipendo.te
@@ -3,8 +3,6 @@
 app_domain(flipendo)
 
 # Access to Westworld logging service
-allow flipendo fwk_stats_hwservice:hwservice_manager find;
-binder_call(flipendo, stats_service_server)
 allow flipendo fwk_stats_service:service_manager find;
 binder_use(flipendo)