uwb: allow uwb to access the radio service am: 0c429efc07 am: 19b1a2feef am: 243649da79

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15521660

Change-Id: I8909e4d78ea1b2dd3bc0ae7492f2c6b846f6f253
This commit is contained in:
Victor Liu 2021-08-13 22:03:02 +00:00 committed by Automerger Merge Worker
commit de55d68c2f

View file

@ -10,6 +10,7 @@ hal_client_domain(uwb_vendor_app, hal_uwb)
allow uwb_vendor_app app_api_service:service_manager find;
allow uwb_vendor_app hal_uwb_service:service_manager find;
allow uwb_vendor_app nfc_service:service_manager find;
allow uwb_vendor_app radio_service:service_manager find;
allow uwb_vendor_app uwb_vendor_data_file:file create_file_perms;
allow uwb_vendor_app uwb_vendor_data_file:dir create_dir_perms;