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

/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h248 #define AVRULE_DONTAUDIT 8 macro
250 #define AVRULE_AV (AVRULE_ALLOWED | AVRULE_AUDITALLOW | AVRULE_AUDITDENY | AVRULE_DONTAUDIT | AVRULE_NEVERALLOW)
/external/checkpolicy/
H A Dpolicy_parse.y433 { $$ = define_cond_te_avtab(AVRULE_DONTAUDIT);
467 {if (define_te_avtab(AVRULE_DONTAUDIT)) return -1; }
H A Dpolicy_define.c1821 if (which == AVRULE_DONTAUDIT)
/external/checkpolicy/test/
H A Ddismod.c231 if (avrule->specified & AVRULE_DONTAUDIT) {
/external/libsepol/src/
H A Dexpand.c1877 } else if (specified & AVRULE_DONTAUDIT) {
1919 } else if (specified & AVRULE_DONTAUDIT) {

Completed in 153 milliseconds