Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-15 00:22:52 +00:00
parent ae37c90b9f
commit 27e9052087
28 changed files with 392 additions and 15 deletions

25
tldr/linux/aa-decode Normal file
View File

@@ -0,0 +1,25 @@
---
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 standard input (e.g., redirected file):
`sudo aa-decode - < {{logfile}}`
- Display help:
`aa-decode {{[-h|--help]}}`