mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
This rule was present on previous devices.
Denial logs:
02-24 09:22:08.214 427 427 E SELinux : avc: denied { find } for
pid=1479 uid=1000 name=uwb_vendor scontext=u:r:system_server:s0
tcontext=u:object_r:uwb_vendor_service:s0 tclass=service_manager permissive=0
Bug: 221292100
Test: Compiles
Change-Id: I6de4000a9cebf46a0d94032aade7b2d40b94ca16
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
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;
|