mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Bug: 290766628 Test: Boot-to-home, no uwb related avc error Change-Id: I00a1c45f05cc52a9ce93234921d0b759a3143f16
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
app_domain(uwb_vendor_app)
|
|
|
|
not_recovery(`
|
|
|
|
allow uwb_vendor_app app_api_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;
|
|
|
|
')
|