summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Kumar M <quic_rpavan@quicinc.com>2023-03-27 17:41:39 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2023-03-29 09:52:47 -0700
commitd7151551735e453e3dfe81a3e58c19842645b50e (patch)
tree3a93f1dc9ecf4ef3bd84973d26cc3b967c7e4001
parent9cbbbd75b0d0d17130358cdf0554d004e897bea3 (diff)
Allow dumpstate for binder call with Dc service
This allows dumpstate to have a binder call with Ims Data Channel Service. This is needed for a CTS testcase: SELinuxHostTest#testNoBugreportDenials Denial:avc: denied { call } for scontext=u:r:dumpstate:s0 tcontext=u:r:vendor_ims_dcservice:s0 tclass=binder permissive=0 Change-Id: Id42df851e5d193bf6b89a899a876abd03acf23e8
-rw-r--r--qva/vendor/common/dumpstate.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/qva/vendor/common/dumpstate.te b/qva/vendor/common/dumpstate.te
index 116ec6e8..70a35c51 100644
--- a/qva/vendor/common/dumpstate.te
+++ b/qva/vendor/common/dumpstate.te
@@ -46,3 +46,4 @@ binder_call(dumpstate, hal_power_default)
binder_call(dumpstate, hal_dumpstate_default)
binder_call(dumpstate, vendor_qms)
binder_call(dumpstate, hal_bluetooth_default)
+binder_call(dumpstate, vendor_ims_dcservice)