Lines Matching full:audit
25 import sepolgen.audit as audit
55 help="audit messages since last boot conflicts with -i")
56 parser.add_option("-a", "--all", action="store_true", dest="audit", default=False,
57 help="read input from audit log - conflicts with -i")
94 help="Translates SELinux audit messages into a description of why the access was denied")
99 if options.audit is True or options.boot:
131 parser = audit.AuditParser(last_load_only=self.__options.lastreload)
141 messages = audit.get_dmesg_msgs()
142 elif self.__options.audit:
144 messages = audit.get_audit_msgs()
150 messages = audit.get_audit_boot_msgs()
177 avcfilter = audit.AVCTypeFilter(self.__options.type)
179 csfilter = audit.ComputeSidTypeFilter(self.__options.type)
256 print("\t\tPossible mismatch between this policy and the one under which the audit message was generated.\n")
261 print("\t\tPossible mismatch between this policy and the one under which the audit message was generated.\n")