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

/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h256 #define AVRULE_DONTAUDIT 0x0008 macro
258 #define AVRULE_AV (AVRULE_ALLOWED | AVRULE_AUDITALLOW | AVRULE_AUDITDENY | AVRULE_DONTAUDIT | AVRULE_NEVERALLOW)
/external/selinux/checkpolicy/
H A Dpolicy_parse.y437 { $$ = define_cond_te_avtab(AVRULE_DONTAUDIT);
474 {if (define_te_avtab(AVRULE_DONTAUDIT)) return -1; }
H A Dpolicy_define.c2438 if (which == AVRULE_DONTAUDIT)
/external/selinux/libsepol/cil/src/
H A Dcil_internal.h545 #define CIL_AVRULE_AV (AVRULE_ALLOWED | AVRULE_AUDITALLOW | AVRULE_DONTAUDIT | AVRULE_NEVERALLOW)
/external/selinux/checkpolicy/test/
H A Ddismod.c231 if (avrule->specified & AVRULE_DONTAUDIT) {
/external/selinux/libsepol/src/
H A Dexpand.c1799 } else if (specified & AVRULE_DONTAUDIT) {
1857 } else if (specified & AVRULE_DONTAUDIT) {
H A Dmodule_to_cil.c558 case AVRULE_DONTAUDIT:

Completed in 764 milliseconds