1

Is there any relation between auditd and SELinux? Or can we use auditd even if SELinux is disabled?

mricon
  • 6,238
  • 22
  • 27
ransh
  • 515
  • 6
  • 11

1 Answers1

3

SELinux uses auditd for logging purposes, but auditd is independent from it. You can use auditd without SELinux present.

mricon
  • 6,238
  • 22
  • 27
  • This is correct, but perhaps you could expand on how it works (e.g. how SELinux uses the _audit subsystem_, which auditd interfaces with). – forest Sep 06 '18 at 03:13