1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 17:15:24 +02:00
tldr/pages/linux/aa-decode.md
Prithviraj03 529b37fbb1
aa-*, apparmor_parser: add page (#16844)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
2025-06-14 20:24:48 +03:00

403 B

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 standard input (e.g., redirected file):

sudo aa-decode - < {{logfile}}

  • Display help:

aa-decode {{[-h|--help]}}