Home | History | Annotate | Download | only in src

Lines Matching full:classperms

505 void cil_constrain_to_policy_helper(FILE **file_arr, char *kind, struct cil_list *classperms, struct cil_list *expr)
509 cil_list_for_each(curr, classperms) {
522 cil_constrain_to_policy_helper(file_arr, kind, cmp->classperms, expr);
528 cil_constrain_to_policy_helper(file_arr, kind, cp->classperms, expr);
543 cil_constrain_to_policy_helper(file_arr, kind, cons->classperms, cons->datum_expr);
546 void cil_avrule_to_policy_helper(FILE **file_arr, uint32_t file_index, const char *kind, const char *src, const char *tgt, struct cil_list *classperms)
550 cil_list_for_each(i, classperms) {
561 cil_avrule_to_policy_helper(file_arr, file_index, kind, src, tgt, cmp->classperms);
568 cil_list_for_each(j, cp->classperms) {
601 cil_avrule_to_policy_helper(file_arr, file_index, kind_str, src_str, tgt_str, rule->classperms);