mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
Bug: 290766628 Test: Boot-to-home, no uwb related avc error Change-Id: I00a1c45f05cc52a9ce93234921d0b759a3143f16
16 lines
575 B
Plaintext
16 lines
575 B
Plaintext
|
|
not_recovery(`
|
|
allow uwb_vendor_app hal_uwb_vendor_service:service_manager find;
|
|
|
|
hal_client_domain(uwb_vendor_app, hal_uwb_vendor)
|
|
allow hal_uwb_vendor_default self:global_capability_class_set sys_nice;
|
|
allow hal_uwb_vendor_default kernel:process setsched;
|
|
|
|
# UwbVendorService must be able to read USRA version from vendor_secure_element_prop
|
|
get_prop(uwb_vendor_app, vendor_secure_element_prop)
|
|
# UwbVendorService must be able to write country code prop
|
|
set_prop(uwb_vendor_app, vendor_uwb_calibration_country_code)
|
|
|
|
binder_call(uwb_vendor_app, hal_uwb_vendor_default)
|
|
')
|