Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h281 #define AVRULE_XPERMS_DONTAUDIT AVTAB_XPERMS_DONTAUDIT macro
284 AVRULE_XPERMS_DONTAUDIT | AVRULE_XPERMS_NEVERALLOW)
/external/selinux/checkpolicy/test/
Ddismod.c251 else if (avrule->specified & AVRULE_XPERMS_DONTAUDIT) in display_avrule()
/external/selinux/checkpolicy/
Dpolicy_parse.y499 {if (define_te_avtab_extended_perms(AVRULE_XPERMS_DONTAUDIT)) return -1; }
/external/selinux/libsepol/src/
Dexpand.c1846 if ((specified & (AVRULE_DONTAUDIT|AVRULE_XPERMS_DONTAUDIT)) in expand_avrule_helper()
1889 case AVRULE_XPERMS_DONTAUDIT: in expand_avrule_helper()
Dmodule_to_cil.c693 case AVRULE_XPERMS_DONTAUDIT: in avrulex_to_cil()