Is there any relation between auditd and SELinux? Or can we use auditd even if SELinux is disabled?
Asked
Active
Viewed 343 times
1 Answers
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