mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
report - Add Auditd information
This commit is contained in:
parent
491cb28f2a
commit
1eaf24c965
@ -16,6 +16,16 @@ If this command produce nothing, try:
|
||||
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:
|
||||
|
||||
1. `aa-log -R -s` that will provide all apparmor logs since boot time (if journalctl collect them)
|
||||
|
Loading…
Reference in New Issue
Block a user