Crate linux_audit_parser

Source

Structs§

  • Parsed body of an Audit message, consisting of Key/Value pairs.
  • The identifier of an audit event, corresponding to the msg=audit(…) part of every Linux Audit log line.
  • A parsed message corresponding to a single line from the Linux Audit log
  • Type of an audit message, corresponding to the type=… part of every Linux Audit log line.
  • Parser for Linux Audit messages, with a few configurable options

Enums§

  • Common Keys found in SYSCALL records
  • Representation of the key part of key/value pairs in Body
  • Values parsed as hexadecimal, decimal, or octal numbers
  • Audit parser error type
  • Quotes types in Value strings
  • Representation of the value part of key/value pairs in Body

Functions§

  • Parse a single log line as produced by auditd(8)