Merge "Allow aocxd to set thread priority" into main

This commit is contained in:
Treehugger Robot 2024-01-30 00:51:31 +00:00 committed by Android (Google) Code Review
commit 69201a294d

View file

@ -23,3 +23,6 @@ wakelock_use(aocxd);
# add aocx service to the domain # add aocx service to the domain
add_service(aocxd, aocx); add_service(aocxd, aocx);
# allow managing thread priority
allow aocxd self:global_capability_class_set sys_nice;