summaryrefslogtreecommitdiff
path: root/emulator/usbpt/protocan
diff options
context:
space:
mode:
authorjschung <jschung@google.com>2023-01-05 14:17:15 +0900
committerjschung <jschung@google.com>2023-01-09 16:03:05 +0900
commitbc31690396bad070a6edb95b479ccd02f808feb6 (patch)
tree876812d945f54f80adc23b4e19733d985def67b7 /emulator/usbpt/protocan
parentf5ae510a3acc777c56779344bb7830b3d8976330 (diff)
downloadcar-bc31690396bad070a6edb95b479ccd02f808feb6.tar.gz
Allow dumpstate to make binder calls to hal_vehiclebus_default.
Fix android.security.cts.SELinuxHostTest#testNoBugreportDenials failure. Bug: 263216080 Test: Passed CTS (run cts -m CtsSecurityHostTestCases -t android.security.cts.SELinuxHostTest#testNoBugreportDenials) Change-Id: I5e50a6c73e415cc670a1a8e5c5ab2f70512ea41d
Diffstat (limited to 'emulator/usbpt/protocan')
-rw-r--r--emulator/usbpt/protocan/protocanbus/sepolicy/dumpstate.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulator/usbpt/protocan/protocanbus/sepolicy/dumpstate.te b/emulator/usbpt/protocan/protocanbus/sepolicy/dumpstate.te
new file mode 100644
index 0000000..b43e786
--- /dev/null
+++ b/emulator/usbpt/protocan/protocanbus/sepolicy/dumpstate.te
@@ -0,0 +1,2 @@
+# Allow dumpstate to make binder calls to hal_vehiclebus_default
+binder_call(dumpstate, hal_vehiclebus_default)