Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
H A Dexpand.c2760 avrule_t *cur_avrule; in copy_and_expand_avrule_block() local
2781 cur_avrule = decl->avrules; in copy_and_expand_avrule_block()
2782 while (cur_avrule != NULL) { in copy_and_expand_avrule_block()
2784 && cur_avrule->specified & (AVRULE_NEVERALLOW | AVRULE_XPERMS_NEVERALLOW)) { in copy_and_expand_avrule_block()
2787 (state->out, state->typemap, cur_avrule)) in copy_and_expand_avrule_block()
2791 if (cur_avrule->specified & (AVRULE_NEVERALLOW | AVRULE_XPERMS_NEVERALLOW)) in copy_and_expand_avrule_block()
2795 cur_avrule, &state->out->te_avtab, NULL, in copy_and_expand_avrule_block()
2802 cur_avrule = cur_avrule->next; in copy_and_expand_avrule_block()

Completed in 5 milliseconds