HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

aa-decode — Decode AppArmor audit logs into a human-readable format. More information: <https://gitlab.com/appar

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandapparmoraa-decodeclidecodeintoauditlogs
linux

Problem

How to use the aa-decode command: Decode AppArmor audit logs into a human-readable format. More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-decode.8>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/aa-decode

Revisions (0)

No revisions yet.