2010-01-12 07:19:20 -06:00
|
|
|
=pod
|
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
aa-decode - decode hex-encoded in AppArmor log files
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2014-09-15 11:30:47 -07:00
|
|
|
B<aa-decode> [option] E<lt>HEX STRINGE<gt>
|
2010-01-12 07:19:20 -06:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
B<aa-decode> will decode hex-encoded strings as seen in AppArmor log
|
|
|
|
output. It will also take an audit log on standard input and convert
|
|
|
|
any hex-encoded AppArmor log entries and display them on standard
|
|
|
|
output.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item --help
|
|
|
|
|
|
|
|
displays a short usage statement.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
$ aa-decode 2F746D702F666F6F20626172
|
|
|
|
Decoded: /tmp/foo bar
|
|
|
|
|
|
|
|
$ cat /var/log/kern.log | aa-decode
|
|
|
|
... denied_mask="r::" fsuid=1000 ouid=1000 name=/tmp/foo bar
|
|
|
|
|
|
|
|
=head1 BUGS
|
|
|
|
|
2020-05-02 20:40:55 -07:00
|
|
|
None. Please report any you find to gitlab at
|
|
|
|
L<https://gitlab.com/apparmor/apparmor/-/issues>.
|
2010-01-12 07:19:20 -06:00
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
apparmor(7)
|
|
|
|
|
|
|
|
=cut
|