diff --git a/whitechapel_pro/system_server.te b/whitechapel_pro/system_server.te index 0e0a159b..6e797f55 100644 --- a/whitechapel_pro/system_server.te +++ b/whitechapel_pro/system_server.te @@ -1 +1,7 @@ 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;