mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
![]() Acked-By: John Johansen (up to r2072) Acked-by: Steve Beattie <sbeattie@ubuntu.com> (including r2088) In detail, the changes are (bzr log from trunk): ------------------------------------------------------------ revno: 2088 committer: Christian Boltz <apparmor@cboltz.de> branch nick: apparmor timestamp: Tue 2013-01-01 20:15:04 +0100 message: speed up aa-decode by using a bash regex matching instead of calling egrep for each line. Acked-by: Steve Beattie <sbeattie@ubuntu.com> (Patch sent 2012-11-01, Acked-by from 2013-01-01) ------------------------------------------------------------ revno: 2072 committer: Christian Boltz <apparmor@cboltz.de> branch nick: apparmor timestamp: Tue 2012-10-16 00:19:49 +0200 message: Fix aa-decode handling of stdin Handling stdin was totally broken (= no output) with the current log format because aa-decode expected name= to be the last entry in the log line. This patch for stdin handling - fixes the pattern to match the current log format (name= is NOT the last part in the log entry) - uses bash replacement to avoid some sed calls (which also means the script now needs an explicit "#!/bin/bash") - prints decoded filenames in double instead of single quotes to be consistent with filenames that were not encoded - also prints lines that do not contain an encoded filename (instead of grepping them away) - replace tr calls by perl's uc() (also for non-stdin mode) - also handle encoded profile names (introduced by Steve) - don't fail if a file or profile name contains a ' In other words: you can pipe your audit.log through aa-decode, and the only difference to the raw audit.log is that filenames are decoded. Acked-By: Steve Beattie <sbeattie@ubuntu.com> ------------------------------------------------------------ revno: 2068 committer: Christian Boltz <apparmor@cboltz.de> branch nick: apparmor timestamp: Mon 2012-09-17 23:55:28 +0200 message: fix error handling in aa-decode Acked-By: Steve Beattie <sbeattie@ubuntu.com> Looks-Good-By: ;-) Seth Arnold <seth.arnold@gmail.com> ------------------------------------------------------------ |
||
---|---|---|
.. | ||
apparmor | ||
easyprof | ||
Immunix | ||
po | ||
test | ||
vim | ||
aa-audit | ||
aa-audit.pod | ||
aa-autodep | ||
aa-autodep.pod | ||
aa-complain | ||
aa-complain.pod | ||
aa-decode | ||
aa-decode.pod | ||
aa-disable | ||
aa-disable.pod | ||
aa-easyprof | ||
aa-easyprof.pod | ||
aa-enforce | ||
aa-enforce.pod | ||
aa-eventd | ||
aa-exec | ||
aa-exec.pod | ||
aa-genprof | ||
aa-genprof.pod | ||
aa-logprof | ||
aa-logprof.pod | ||
aa-notify | ||
aa-notify.pod | ||
aa-repo.pl | ||
aa-status | ||
aa-status.pod | ||
aa-unconfined | ||
aa-unconfined.pod | ||
apparmor-utils.spec.in | ||
check_po.pl | ||
convert-profile.pl | ||
logprof.conf | ||
logprof.conf.pod | ||
Makefile | ||
notify.conf | ||
python-tools-setup.py | ||
repair_obsolete_profiles | ||
severity.db |