Merge "Allow uwb_vendor_app to get SE properties" into sc-v2-dev

This commit is contained in:
Michael Ayoubi 2021-11-12 01:24:43 +00:00 committed by Android (Google) Code Review
commit e7a17433a0

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:file create_file_perms;
allow uwb_vendor_app uwb_vendor_data_file:dir create_dir_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 self:global_capability_class_set { sys_nice };
allow hal_uwb_default kernel:process { setsched }; allow hal_uwb_default kernel:process { setsched };