Allow vehicle_binding_util to access AIDL VHAL.
AIDL service requires binder_use not hwbinder_use. Test: None Bug: None Change-Id: Ic2245c4b1961cc3a5bbd61a1cb6134d92b8752c1
This commit is contained in:
parent
a77c2963e9
commit
d5af7b7cea
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