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/sepolgen/tests/
Dtest_refpolicy.py97 a.rule_type = a.DONTAUDIT
144 a.rule_type = a.DONTAUDIT
/external/selinux/checkpolicy/
Dpolicy_scan.l143 DONTAUDIT |
144 dontaudit { return(DONTAUDIT); }
Dpolicy_parse.y128 %token DONTAUDIT
436 cond_dontaudit_def : DONTAUDIT names names ':' names names ';'
473 dontaudit_def : DONTAUDIT names names ':' names names ';'
485 operation_dontaudit_def : DONTAUDIT names names ':' names operations ';'
/external/selinux/sepolgen/src/sepolgen/
Dpolicygen.py159 rule.rule_type = rule.DONTAUDIT
165 if av.type == audit2why.DONTAUDIT:
Drefpolicy.py449 DONTAUDIT = 1 variable in AVRule
466 elif self.rule_type == self.DONTAUDIT:
Drefparser.py796 a.rule_type = refpolicy.AVRule.DONTAUDIT
/external/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py35 DONTAUDIT = 'dontaudit' variable
49 valid_types = [ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW]
/external/selinux/policycoreutils/audit2allow/
Daudit2allow249 if rc == audit2why.DONTAUDIT:
Daudit2why249 if rc == audit2why.DONTAUDIT: