summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Wang <mikeyuewang@google.com>2023-10-05 15:55:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-10-05 15:55:47 +0000
commitfd78823dfa464bcbb94c57bc2e60864c310f8a88 (patch)
tree2f8b0888d0dcc56a809e8fc9495c4b9b94426584
parent858f9996573ecb76cb62f1fbd920cc54a554fdd1 (diff)
parent1ee598d5d239566cbf1c2569ba2628efa0d56746 (diff)
downloadzuma-sepolicy-fd78823dfa464bcbb94c57bc2e60864c310f8a88.tar.gz
Merge "Grant the MDS access to the IPowerStats hal service." into udc-qpr-dev
-rw-r--r--radio/modem_diagnostic_app.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/radio/modem_diagnostic_app.te b/radio/modem_diagnostic_app.te
index 8c4a0ca..b5cce03 100644
--- a/radio/modem_diagnostic_app.te
+++ b/radio/modem_diagnostic_app.te
@@ -7,6 +7,8 @@ allow modem_diagnostic_app app_api_service:service_manager find;
allow modem_diagnostic_app radio_service:service_manager find;
userdebug_or_eng(`
+ hal_client_domain(modem_diagnostic_app, hal_power_stats);
+
binder_call(modem_diagnostic_app, dmd)
set_prop(modem_diagnostic_app, vendor_cbd_prop)