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:
parent
8ee7e50799
commit
152a2f1755
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue