Home
last modified time | relevance | path

Searched refs:last_load_only (Results 1 – 3 of 3) sorted by relevance

/external/selinux/sepolgen/src/sepolgen/
Daudit.py345 def __init__(self, last_load_only=False): argument
347 self.last_load_only = last_load_only
412 if self.last_load_only:
419 if msg.auditd and self.last_load_only:
/external/selinux/policycoreutils/audit2allow/
Daudit2why124 parser = audit.AuditParser(last_load_only=self.__options.lastreload)
Daudit2allow124 parser = audit.AuditParser(last_load_only=self.__options.lastreload)