Home
last modified time | relevance | path

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

/external/selinux/python/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
391 RETURN(DONTAUDIT) in analyze()
483 PyModule_AddIntConstant(m,"DONTAUDIT", DONTAUDIT);
/external/selinux/checkpolicy/
Dpolicy_scan.l146 DONTAUDIT |
147 dontaudit { return(DONTAUDIT); }
Dpolicy_parse.y130 %token DONTAUDIT
450 cond_dontaudit_def : DONTAUDIT names names ':' names names ';'
488 dontaudit_def : DONTAUDIT names names ':' names names ';'
/external/selinux/python/sepolgen/src/sepolgen/
Dpolicygen.py170 rule.rule_type = rule.DONTAUDIT
181 if av.type == audit2why.DONTAUDIT:
Drefpolicy.py518 DONTAUDIT = 1 variable in AVRule
535 elif self.rule_type == self.DONTAUDIT:
Drefparser.py799 a.rule_type = refpolicy.AVRule.DONTAUDIT
/external/selinux/python/sepolgen/tests/
Dtest_refpolicy.py170 a.rule_type = a.DONTAUDIT
290 a.rule_type = a.DONTAUDIT
/external/selinux/python/sepolicy/sepolicy/
D__init__.py45 DONTAUDIT = 'dontaudit' variable
342 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])
368 if DONTAUDIT in types:
369 tertypes.append(DONTAUDIT)
/external/selinux/python/audit2allow/
Daudit2allow259 if rc == audit2why.DONTAUDIT:
Daudit2why259 if rc == audit2why.DONTAUDIT: