summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Kumar M <quic_rpavan@quicinc.com>2023-03-27 17:41:39 +0530
committerPavan Kumar M <quic_rpavan@quicinc.com>2023-03-27 17:44:15 +0530
commit49f765bdca8cd752fa8b3ef319fc8f5906747d8b (patch)
tree07985d9574b4e2e4fd40c75578a2519456150e9b
parent28fc47c05f1820155443c6eb30262b31f2732546 (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)