allow uwb hal sys_nice access am: 39b5815a1e am: 21d74ff50f

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15549222

Change-Id: Ie7d5132a50e0d0f7e8db35d512a70ef6b932ab68
This commit is contained in:
Victor Liu 2021-08-13 22:07:02 +00:00 committed by Automerger Merge Worker
commit ecceee1ddc

View file

@ -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: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;
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) binder_call(uwb_vendor_app, hal_uwb_default)
') ')