apparmor/libraries/libapparmor/testsuite
Steve Beattie 049cb96106 libaalogparse: fix for new kernel dmesg format
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.

Signed-off-by: Steve Beattie <steve@nxnw.org>
Acked-by: Seth Arnold <seth.arnold@canonical.com>
2014-09-04 09:51:18 -07:00
..
config move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
lib move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
libaalogparse.test move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
test_multi libaalogparse: fix for new kernel dmesg format 2014-09-04 09:51:18 -07:00
Makefile.am libapparmor: move public headers to separate directory 2014-01-06 14:08:55 -08:00
test_multi.c libapparmor: move public headers to separate directory 2014-01-06 14:08:55 -08:00