apparmor/libraries/libapparmor
Steve Beattie b0273a9289 libaalogparse: fix for new kernel dmesg format
Merge from trunk revision 2647

The upstream kernel at some point between the 3.13 and 3.16 kernel
adjusted the output of audit messages to include an additional "audit:"
keyword. e.g. a 3.13 message would look like:

  kernel: [182243.243324] type=1400 audit(1409684003.960:273342): [SNIP]

whereas in 3.16, it looks like:

  kernel: [182243.243324] audit: type=1400 audit(1409684003.960:273342): [SNIP]
                          ^^^^^^

This patch adjust the libapparmor aalogparse grammar and lexer to
compensate for this change.

Nominated-by: Steve Beattie <steve@nxnw.org>
Acked-by: Seth Arnold <seth.arnold@canonical.com>
2014-12-12 17:03:07 -08:00
..
doc fix broken URLs in various utils/*.pod files. 2013-09-19 21:21:43 +02:00
m4 Subject: libapparmor - use python-config if it exists when configuring 2013-07-02 10:35:36 -07:00
src libaalogparse: fix for new kernel dmesg format 2014-12-12 17:03:07 -08:00
swig The m4 shipped to handle Python was incorrectly clearing 2012-04-25 12:15:19 -07:00
testsuite libaalogparse: fix for new kernel dmesg format 2014-12-12 17:03:07 -08:00
AUTHORS libraries/libapparmor/: more license cleanups, adjust my email address 2011-02-23 14:02:45 -08:00
autogen.sh libapparmor: require libtoolize instead of libtool 2014-01-03 21:53:14 -08:00
ChangeLog move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
configure.in Subject: libapparmor - add pkgconfig support 2013-01-03 17:26:27 -08:00
COPYING.LGPL move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
INSTALL move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
libapparmor1.spec Bump versioning to AppArmor 2.5 2010-03-10 23:07:29 -08:00
Makefile.am move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
NEWS move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
README move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00

What little documentation exists is in src/aalogparse.h.  Please file bugs using http://bugzilla.novell.com under the AppArmor product.