0

I would like to centralize all audit logs trough syslog in one server. I did setup it up and install setroubleshoot-server.

In order to translate audit.log into human language, I would like to use sealert.

Command : sealert -a /var/log/audit/audit.log

But I got error [Errno 22] Invalid argument

chicks
  • 3,793
  • 10
  • 27
  • 36
Roman Bielich
  • 15
  • 1
  • 4

1 Answers1

1

setroubleshoot-server and sealert are for investigating SELinux denials. /var/log/audit/audit.log is generated by auditd and can be parsed using ausearch and aureport.

Check the relevant manpages: auditd, ausearch, aureport.

MikeA
  • 362
  • 2
  • 5