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.l145 DONTAUDIT |
146 dontaudit { return(DONTAUDIT); }
Dpolicy_parse.y129 %token DONTAUDIT
445 cond_dontaudit_def : DONTAUDIT names names ':' names names ';'
483 dontaudit_def : DONTAUDIT names names ':' names names ';'
/external/selinux/python/sepolgen/tests/
Dtest_refpolicy.py101 a.rule_type = a.DONTAUDIT
151 a.rule_type = a.DONTAUDIT
/external/selinux/python/sepolgen/src/sepolgen/
Dpolicygen.py160 rule.rule_type = rule.DONTAUDIT
166 if av.type == audit2why.DONTAUDIT:
Drefpolicy.py451 DONTAUDIT = 1 variable in AVRule
468 elif self.rule_type == self.DONTAUDIT:
Drefparser.py799 a.rule_type = refpolicy.AVRule.DONTAUDIT
/external/selinux/python/audit2allow/
Daudit2allow254 if rc == audit2why.DONTAUDIT:
Daudit2why254 if rc == audit2why.DONTAUDIT:
/external/selinux/python/sepolicy/sepolicy/
D__init__.py46 DONTAUDIT = 'dontaudit' variable
295 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])