Allow uwb_vendor_app to get SE properties

Bug: 205770401
Test: Build and flash on device.
Change-Id: Ic98f394434fad12e7d8ef804ecfd694a55ee8190
This commit is contained in:
Michael Ayoubi 2021-11-11 00:02:08 +00:00
parent 4c314ece36
commit 18d2a96a11

View file

@ -17,6 +17,7 @@ allow uwb_vendor_app uwb_vendor_data_file:dir create_dir_perms;
allow hal_uwb_vendor_default self:global_capability_class_set { sys_nice };
allow hal_uwb_vendor_default kernel:process { setsched };
get_prop(uwb_vendor_app, vendor_secure_element_prop)
binder_call(uwb_vendor_app, hal_uwb_vendor_default)
')