HomeSort by relevance Sort by last modified time
    Searched defs:DONTAUDIT (Results 1 - 3 of 3) sorted by null

  /external/selinux/libselinux/src/
audit2why.c 26 #define DONTAUDIT 1
391 RETURN(DONTAUDIT)
483 PyModule_AddIntConstant(m,"DONTAUDIT", DONTAUDIT);
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 505 allow, dontaudit, and auditallow (indicated by the flags self.ALLOW,
506 self.DONTAUDIT, and self.AUDITALLOW respectively).
518 DONTAUDIT = 1
535 elif self.rule_type == self.DONTAUDIT:
536 return "dontaudit"
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 45 DONTAUDIT = 'dontaudit'
342 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])
368 if DONTAUDIT in types:
369 tertypes.append(DONTAUDIT)
    [all...]

Completed in 243 milliseconds