Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h283 #define AVRULE_XPERMS_DONTAUDIT AVTAB_XPERMS_DONTAUDIT macro
286 AVRULE_XPERMS_DONTAUDIT | AVRULE_XPERMS_NEVERALLOW)
/third_party/selinux/checkpolicy/
Dpolicy_parse.y500 {if (define_te_avtab_extended_perms(AVRULE_XPERMS_DONTAUDIT)) return -1; }
/third_party/selinux/checkpolicy/test/
Ddismod.c250 else if (avrule->specified & AVRULE_XPERMS_DONTAUDIT) in display_avrule()
/third_party/selinux/libsepol/src/
Dpolicydb_validate.c827 case AVRULE_XPERMS_DONTAUDIT: in validate_avrules()
Dexpand.c1848 if ((specified & (AVRULE_DONTAUDIT|AVRULE_XPERMS_DONTAUDIT)) in expand_avrule_helper()
1891 case AVRULE_XPERMS_DONTAUDIT: in expand_avrule_helper()
Dmodule_to_cil.c698 case AVRULE_XPERMS_DONTAUDIT: in avrulex_to_cil()