commands.sh

aa-decode

linux

Decode AppArmor audit logs into a human-readable format.

More info →

Options (1)

-h, --helpboolean

Display help

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

Examples (4)

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]
made by @shridhargupta | data from tldr-pages