summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Ju <leiju@google.com>2022-08-11 14:34:27 -0700
committerLei Ju <leiju@google.com>2022-08-11 14:43:10 -0700
commitd14c1caab8f61ea359a7f36f126119eef2952ff6 (patch)
tree3f9be72c3122147727c1d49cae5ae149137f6341
parent036fcd643d00de8b92b1a669d4c18ed327c619d5 (diff)
downloadcoral-sepolicy-android13-qpr3-c-s3-release.tar.gz
Bug: 214642365 Test: Presubmit Ignore-AOSP-First: The change doesn't go to aosp. Change-Id: I51286cfda274bf2724abb3aee39941f13552e834
-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)