allow uwb hal sys_nice access am: 39b5815a1e

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

Change-Id: Ib6d841a96f4ce29a077ec11d10d411e985b110f0
This commit is contained in:
Victor Liu
2021-08-13 02:41:52 +00:00
committed by Automerger Merge Worker

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: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)
')