Allow vehicle_binding_util to access AIDL VHAL. am: d5af7b7cea am: 565699bc61

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2082539

Change-Id: I0154b6776d80d0876d7a935af1c8024e521462be
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yu Shan 2022-05-02 19:24:57 +00:00 committed by Automerger Merge Worker
commit e4ddf119a1

View file

@ -8,8 +8,10 @@ init_daemon_domain(vehicle_binding_util)
# allow writing to kmsg during boot
allow vehicle_binding_util kmsg_device:chr_file { getattr w_file_perms };
# allow reading the binding property from vhal
# allow reading the binding property from HIDL VHAL.
hwbinder_use(vehicle_binding_util)
# allow reading the binding property from AIDL VHAL.
binder_use(vehicle_binding_util)
hal_client_domain(vehicle_binding_util, hal_vehicle)
# allow executing vdc