Allow uwb_vendor_app to get SE properties

Bug: 205770401
Test: Build and flash on device.
Change-Id: Ic98f394434fad12e7d8ef804ecfd694a55ee8190
Merged-In: Ic98f394434fad12e7d8ef804ecfd694a55ee8190
This commit is contained in:
Michael Ayoubi 2021-11-11 00:02:08 +00:00
parent 3d463050a2
commit a8e745039f

View file

@ -15,6 +15,8 @@ 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;
get_prop(uwb_vendor_app, vendor_secure_element_prop)
allow hal_uwb_default self:global_capability_class_set { sys_nice };
allow hal_uwb_default kernel:process { setsched };