summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-03 23:06:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-03 23:06:35 +0000
commit99113ec0f64961cd4ba41b7992d749e3f1ad7493 (patch)
tree3f9be72c3122147727c1d49cae5ae149137f6341
parent036fcd643d00de8b92b1a669d4c18ed327c619d5 (diff)
parentd14c1caab8f61ea359a7f36f126119eef2952ff6 (diff)
downloadcoral-sepolicy-android13-qpr2-s2-release.tar.gz
Change-Id: Ieb53e954ac7f72a7711c49fda96fdae0edbb2d5b
-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)