Home
last modified time | relevance | path

Searched refs:cil_classperms_list_match_any (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_find.c192 static int cil_classperms_list_match_any(struct cil_list *cpl1, struct cil_list *cpl2) in cil_classperms_list_match_any() function
207 rc = cil_classperms_list_match_any(cmp->classperms, cpl2); in cil_classperms_list_match_any()
214 rc = cil_classperms_list_match_any(cp->classperms, cpl2); in cil_classperms_list_match_any()
335 if (cil_classperms_list_match_any(avrule->perms.classperms, target->perms.classperms)) { in cil_find_matching_avrule()