diff --git a/whitechapel/vendor/google/uwb_vendor_app.te b/whitechapel/vendor/google/uwb_vendor_app.te index b9e27426..ed53fd00 100644 --- a/whitechapel/vendor/google/uwb_vendor_app.te +++ b/whitechapel/vendor/google/uwb_vendor_app.te @@ -15,5 +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; +allow hal_uwb_default self:global_capability_class_set { sys_nice }; +allow hal_uwb_default kernel:process { setsched }; + binder_call(uwb_vendor_app, hal_uwb_default) ')