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: Ibf58b9ef905da9b1c8fd94beb2603f0ea7dc79b5
This commit is contained in:
commit
8dd3e0b971
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