Merge "gs101-sepolicy: Allow platform_app to call uwb" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-04-22 22:12:28 +00:00 committed by Android (Google) Code Review
commit 9573fc21a0

View file

@ -5,6 +5,7 @@ allow platform_app hal_wlc_hwservice:hwservice_manager find;
binder_call(platform_app, hal_wlc)
allow platform_app nfc_service:service_manager find;
allow platform_app uwb_service:service_manager find;
allow platform_app fwk_stats_service:service_manager find;
binder_use(platform_app)