Home
last modified time | relevance | path

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

/external/libsepol/src/
Dassertion.c115 if (!(a->specified & AVRULE_NEVERALLOW)) in check_assertions()
Dexpand.c1726 } else if (specified & AVRULE_NEVERALLOW) { in expand_avrule_helper()
1753 } else if (specified & AVRULE_NEVERALLOW) { in expand_avrule_helper()
1870 if (!do_neverallow && source_rule->specified & AVRULE_NEVERALLOW) in convert_and_expand_rule()
2272 if (source_rule->specified & AVRULE_NEVERALLOW) in expand_rule()
2502 avrule->specified = AVRULE_NEVERALLOW; in copy_neverallow()
2612 && cur_avrule->specified & AVRULE_NEVERALLOW) { in copy_and_expand_avrule_block()
2619 if (cur_avrule->specified & AVRULE_NEVERALLOW) { in copy_and_expand_avrule_block()
/external/libsepol/include/sepol/policydb/
Dpolicydb.h235 #define AVRULE_NEVERALLOW 128 macro
236 … (AVRULE_ALLOWED | AVRULE_AUDITALLOW | AVRULE_AUDITDENY | AVRULE_DONTAUDIT | AVRULE_NEVERALLOW)
/external/checkpolicy/test/
Ddismod.c244 } else if (avrule->specified & AVRULE_NEVERALLOW) { in display_avrule()
280 if (avrule->specified & (AVRULE_AV | AVRULE_NEVERALLOW)) { in display_avrule()
/external/checkpolicy/
Dpolicy_parse.y428 {if (define_te_avtab(AVRULE_NEVERALLOW)) return -1; }
Dpolicy_define.c1618 which == AVRULE_NEVERALLOW ? 1 : 0)) { in define_te_avtab_helper()
1632 which == AVRULE_NEVERALLOW ? 1 : 0)) { in define_te_avtab_helper()