Home
last modified time | relevance | path

Searched refs:DONTAUDIT (Results 1 – 11 of 11) sorted by relevance

/external/selinux/policycoreutils/semanage/
Dsemanage-bash-completion.sh76 [DONTAUDIT]='dontaudit'
151 elif __contains_word "$command" ${VERBS[DONTAUDIT]} ; then
/external/selinux/libselinux/src/
Daudit2why.c26 #define DONTAUDIT 1 macro
390 RETURN(DONTAUDIT) in analyze()
482 PyModule_AddIntConstant(m,"DONTAUDIT", DONTAUDIT);
/external/selinux/checkpolicy/
Dpolicy_scan.l143 DONTAUDIT |
144 dontaudit { return(DONTAUDIT); }
Dpolicy_parse.y128 %token DONTAUDIT
440 cond_dontaudit_def : DONTAUDIT names names ':' names names ';'
478 dontaudit_def : DONTAUDIT names names ':' names names ';'
/external/selinux/sepolgen/tests/
Dtest_refpolicy.py101 a.rule_type = a.DONTAUDIT
151 a.rule_type = a.DONTAUDIT
/external/selinux/sepolgen/src/sepolgen/
Dpolicygen.py160 rule.rule_type = rule.DONTAUDIT
166 if av.type == audit2why.DONTAUDIT:
Drefpolicy.py448 DONTAUDIT = 1 variable in AVRule
465 elif self.rule_type == self.DONTAUDIT:
Drefparser.py795 a.rule_type = refpolicy.AVRule.DONTAUDIT
/external/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py36 DONTAUDIT = 'dontaudit' variable
52 valid_types = [ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW]
/external/selinux/policycoreutils/audit2allow/
Daudit2allow254 if rc == audit2why.DONTAUDIT:
Daudit2why254 if rc == audit2why.DONTAUDIT: