gs101-sepolicy: Allow platform_app to call uwb

This is to fix below avc denial:
  SELinux : avc: denied { find } for pid=10783 uid=10294 name=uwb
  scontext=u:r:platform_app:s0:c512,c768
  tcontext=u:object_r:uwb_service:s0 tclass=service_manager permissive=0

Bug: 184286788
Test: Run Qorvo app without failure
Change-Id: I9673a3eef3f0b0bedb50ef2a5c336d8bfe7620e7
This commit is contained in:
Nick Sanders 2021-04-05 22:27:10 +00:00
parent 5bbdd82a4e
commit d59ea41ac8

View file

@ -6,6 +6,7 @@ binder_call(platform_app, hal_wlc)
allow platform_app fwk_stats_hwservice:hwservice_manager find;
allow platform_app nfc_service:service_manager find;
allow platform_app uwb_service:service_manager find;
allow platform_app touch_context_service:service_manager find;
binder_call(platform_app, twoshay)