Crate linux_audit_parser

source ·

Structs§

  • List of Key/Value pairs
  • The identifier of an audit event, corresponding to the msg=audit(…) part of every auditd(8) log line.
  • A parsed message corresponding to a single line from the Linux Audit log
  • The type of an audit message, corresponding to the type=… part of every auditd(8) log line.

Enums§

  • Common values found in SYSCALL records
  • Representation of the key part of key/value pairs in Body
  • Values parsed as hexadecimal, decimal, or octal numbers
  • 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)