2023-01-29 22:18:22 +01:00
|
|
|
---
|
|
|
|
title: Report AppArmor logs
|
|
|
|
---
|
|
|
|
|
|
|
|
# Report AppArmor logs
|
|
|
|
|
2023-10-27 16:27:23 +02:00
|
|
|
The **[aa-log](usage.md#apparmor-log)** tool reports all AppArmor `DENIED` and `ALLOWED`. It should be used to fix AppArmor related issues.
|
2023-01-29 22:18:22 +01:00
|
|
|
|
2024-01-28 00:13:43 +01:00
|
|
|
While testing, if something get wrong, you need to put the profile in complain mode, so that you can investigate, and it does not block your program.
|
2023-04-19 20:23:57 +02:00
|
|
|
|
2024-01-28 00:13:43 +01:00
|
|
|
When creating [an issue on Github][newissue], please post a link to the [paste] of the audit log generated with:
|
|
|
|
```sh
|
|
|
|
aa-log -R
|
|
|
|
```
|
|
|
|
|
|
|
|
If this command produce nothing, try:
|
|
|
|
```sh
|
|
|
|
aa-log -s -R
|
|
|
|
```
|
2023-01-29 22:18:22 +01:00
|
|
|
|
|
|
|
[newissue]: https://github.com/roddhjav/apparmor.d/issues/new
|
|
|
|
[paste]: https://pastebin.com/
|