Allow dumpstate to make binder IPC to automotive display service

Bug: 280837170
Test: atest android.security.cts.SELinuxHostTest#testNoBugreportDenials
Change-Id: I8239ba23bb60b95e7dd07a4c8a99167f1e08192b
This commit is contained in:
Changyeon Jo 2023-09-26 18:44:35 +00:00
parent 8ee7e50799
commit 152a2f1755

View file

@ -56,6 +56,9 @@ userdebug_or_eng(`
binder_call(dumpstate, profcollectd) 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 # Collect metrics on boot time created by init
get_prop(dumpstate, boottime_prop) get_prop(dumpstate, boottime_prop)