2025-07-24 22:27:13 -06:00
|
|
|
# aa-decode
|
|
|
|
|
|
|
|
|
|
> Decode AppArmor audit logs into a human-readable format.
|
|
|
|
|
> More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-decode.8>.
|
|
|
|
|
|
|
|
|
|
- Decode a hex string:
|
|
|
|
|
|
|
|
|
|
`aa-decode {{hexstring}}`
|
|
|
|
|
|
|
|
|
|
- Decode a log file:
|
|
|
|
|
|
|
|
|
|
`sudo aa-decode {{logfile}}`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Decode logs from `stdin` (e.g., redirected file):
|
2025-07-24 22:27:13 -06:00
|
|
|
|
|
|
|
|
`sudo aa-decode - < {{logfile}}`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`aa-decode {{[-h|--help]}}`
|