Revert "Revert "Allow vehicle_binding_util to access AIDL VHAL. am: d5af7b7cea
am: 565699bc61
am: e4ddf119a1
am: 54e7d19e1d
am: 3686a43f8f""
This reverts commit 2140c74523
.
Reason for revert: Added a fix for that (to update the 33.0 sepolicy api)
Change-Id: I2e738618026df6475de7baf1551a031b86c28590
This commit is contained in:
parent
2140c74523
commit
f906da515c
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 writing to kmsg during boot
|
||||||
allow vehicle_binding_util kmsg_device:chr_file { getattr w_file_perms };
|
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)
|
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)
|
hal_client_domain(vehicle_binding_util, hal_vehicle)
|
||||||
|
|
||||||
# allow executing vdc
|
# allow executing vdc
|
||||||
|
|
Loading…
Reference in a new issue