Searched refs:has_cap_nice (Results 1 – 1 of 1) sorted by relevance
685 bool has_cap_nice; in binder_do_set_priority() local691 has_cap_nice = has_capability_noaudit(task, CAP_SYS_NICE); in binder_do_set_priority()695 if (verify && is_rt_policy(policy) && !has_cap_nice) { in binder_do_set_priority()706 if (verify && is_fair_policy(policy) && !has_cap_nice) { in binder_do_set_priority()