summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vendor/qcom/common/chre.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/qcom/common/chre.te b/vendor/qcom/common/chre.te
index 5a90e95..fd89c5a 100644
--- a/vendor/qcom/common/chre.te
+++ b/vendor/qcom/common/chre.te
@@ -14,3 +14,7 @@ wakelock_use(chre)
# To communicate with ST HAL
hal_client_domain(chre, hal_audio)
+
+# Allow CHRE host to talk to the stats service
+allow chre fwk_stats_service:service_manager find;
+binder_call(chre, stats_service_server)