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

  /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).
519 AUDITALLOW = 2
537 elif self.rule_type == self.AUDITALLOW:
538 return "auditallow"
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 43 AUDITALLOW = 'auditallow'
342 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])
366 if AUDITALLOW in types:
367 tertypes.append(AUDITALLOW)
    [all...]

Completed in 71 milliseconds