allow bindercalls from citadeld to hal_weaver_citadel

For callbacks

Bug: 293355740
Test: Manually reboot citadel, verify callback goes through via logcat

Change-Id: Ic1bb451952170c984ecfad7fbe0fcfdbb2b05c0d
Signed-off-by: Kevin Zhang <zhakevin@google.com>
This commit is contained in:
Kevin Zhang 2023-08-30 00:05:31 +00:00
parent 9eed05ae52
commit 2ec21f2264

View File

@ -9,3 +9,6 @@ vndbinder_use(hal_weaver_citadel)
binder_call(hal_weaver_citadel, citadeld)
allow hal_weaver_citadel citadeld_service:service_manager find;
# Allow callbacks
allow citadeld hal_weaver_citadel:binder call;