Lines Matching defs:priority
168 uint32_t priority = 0;
195 if (sss_selinux_match(selinux_maps[i], user, host, &priority)) {
196 if (priority < top_priority) {
197 /* This rule has lower priority than what we already have,
200 } else if (priority > top_priority) {
201 /* This rule has higher priority, drop what we already have */
206 top_priority = priority;
262 uint32_t priority;
284 if (!sss_selinux_match(hbac_rules[i], user, host, &priority)) {
306 /* Selinux maps priority evaluation removed --DELETE this comment before pushing*/
307 if (priority < top_priority) {
308 /* This rule has lower priority than what we already have,
311 } else if (priority > top_priority) {
312 /* This rule has higher priority, drop what we already have */
317 top_priority = priority;
461 * This record has higher priority.
1484 * (maps with highest priority). */