mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 08:59:42 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/aa-decode
Normal file
25
tldr/linux/aa-decode
Normal 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]}}`
|
||||
Reference in New Issue
Block a user