From 152a2f17551a85e5e1431929e902615152a50a96 Mon Sep 17 00:00:00 2001 From: Changyeon Jo Date: Tue, 26 Sep 2023 18:44:35 +0000 Subject: [PATCH] Allow dumpstate to make binder IPC to automotive display service Bug: 280837170 Test: atest android.security.cts.SELinuxHostTest#testNoBugreportDenials Change-Id: I8239ba23bb60b95e7dd07a4c8a99167f1e08192b --- private/dumpstate.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/private/dumpstate.te b/private/dumpstate.te index b3697975c..18924cad1 100644 --- a/private/dumpstate.te +++ b/private/dumpstate.te @@ -56,6 +56,9 @@ userdebug_or_eng(` binder_call(dumpstate, profcollectd) ') +# Allow dumpstate to talk to automotive_display_service over binder +binder_call(dumpstate, automotive_display_service) + # Collect metrics on boot time created by init get_prop(dumpstate, boottime_prop)