Allow vehicle_binding_util to access AIDL VHAL. am: d5af7b7cea
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2082539 Change-Id: If60eb04fc41df3ce30212bb0763590f2b69f4edd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
565699bc61
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue