report - Add Auditd information

This commit is contained in:
Stoppedpuma 2024-06-07 21:31:17 +02:00 committed by Alex
parent 491cb28f2a
commit 1eaf24c965

View File

@ -16,6 +16,16 @@ If this command produce nothing, try:
aa-log -s -R aa-log -s -R
``` ```
If the log file is empty, check that Auditd is running:
```sh
sudo systemctl status auditd.service
```
If Auditd is disabled aa-log will not have new results, you can enable Auditd by doing the following command:
```sh
sudo systemctl enable auditd.service --now
```
You can get more logs with: You can get more logs with:
1. `aa-log -R -s` that will provide all apparmor logs since boot time (if journalctl collect them) 1. `aa-log -R -s` that will provide all apparmor logs since boot time (if journalctl collect them)