Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dexpand.c2774 avrule_t *cur_avrule; in copy_and_expand_avrule_block() local
2795 cur_avrule = decl->avrules; in copy_and_expand_avrule_block()
2796 while (cur_avrule != NULL) { in copy_and_expand_avrule_block()
2798 && cur_avrule->specified & (AVRULE_NEVERALLOW | AVRULE_XPERMS_NEVERALLOW)) { in copy_and_expand_avrule_block()
2801 (state->out, state->typemap, cur_avrule)) in copy_and_expand_avrule_block()
2805 if (cur_avrule->specified & (AVRULE_NEVERALLOW | AVRULE_XPERMS_NEVERALLOW)) in copy_and_expand_avrule_block()
2809 cur_avrule, &state->out->te_avtab, NULL, in copy_and_expand_avrule_block()
2816 cur_avrule = cur_avrule->next; in copy_and_expand_avrule_block()