gs-sepolicy: Fix legacy UWB stack sepolicy rules am: a1f0d2aa9a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17045928 Change-Id: I4e5377239bc0ebddb388ae4de486e2e87ccea0d1
This commit is contained in:
commit
a492dff7cc
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,7 @@
|
||||||
binder_call(system_server, hal_camera_default);
|
binder_call(system_server, hal_camera_default);
|
||||||
|
|
||||||
|
# Allow system server to find vendor uwb service. In the legacy
|
||||||
|
# UWB stack, system_server talks directly to the vendor stack.
|
||||||
|
# TODO(b/186585880): This will be obsoleted when the new UCI stack for
|
||||||
|
# UWB lands.
|
||||||
|
allow system_server uwb_vendor_service:service_manager find;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue