mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
488 B
Plaintext
26 lines
488 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|
|
|
|
- Decode logs from `stdin` (e.g., redirected file):
|
|
|
|
`sudo aa-decode - < {{logfile}}`
|
|
|
|
- Display help:
|
|
|
|
`aa-decode {{[-h|--help]}}`
|