summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vendor/google/chre.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/google/chre.te b/vendor/google/chre.te
index 74b59d3..5d99155 100644
--- a/vendor/google/chre.te
+++ b/vendor/google/chre.te
@@ -10,3 +10,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)