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

/external/libsepol/include/sepol/policydb/
H A Davtab.h52 #define AVTAB_AUDITDENY 4 macro
54 #define AVTAB_AV (AVTAB_ALLOWED | AVTAB_AUDITALLOW | AVTAB_AUDITDENY)
/external/libsepol/src/
H A Dconditional.c891 if ((uint16_t) (AVTAB_AUDITDENY | AVTAB_ENABLED) ==
892 (node->key.specified & (AVTAB_AUDITDENY | AVTAB_ENABLED)))
H A Davtab.c362 AVTAB_AUDITDENY,
H A Dexpand.c1876 spec = AVTAB_AUDITDENY;
1880 spec = AVTAB_AUDITDENY;
3219 case AVTAB_AUDITDENY:
3354 case AVTAB_AUDITDENY:
H A Dservices.c877 else if (node->key.specified == AVTAB_AUDITDENY)
H A Dwrite.c92 AVTAB_AUDITDENY,
/external/checkpolicy/test/
H A Ddispol.c124 if (key->specified & AVTAB_AUDITDENY) {

Completed in 329 milliseconds