Home
last modified time | relevance | path

Searched refs:AVRULE_OPNUM_DONTAUDIT (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h265 #define AVRULE_OPNUM_DONTAUDIT 0x0400 macro
267 AVRULE_OPNUM_DONTAUDIT)
/external/selinux/checkpolicy/
Dpolicy_parse.y486 {if (define_te_avtab_operation(AVRULE_OPNUM_DONTAUDIT)) return -1; }
Dpolicy_define.c2305 else if (which == AVRULE_OPNUM_DONTAUDIT) in define_te_avtab_operation()
/external/selinux/libsepol/src/
Dexpand.c1809 } else if (specified & AVRULE_OPNUM_DONTAUDIT) { in expand_avrule_helper()