[PATCH] drop EOE records from printk
authorSteve Grubb <sgrubb@redhat.com>
Thu, 21 Feb 2008 21:59:22 +0000 (16:59 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 1 Mar 2008 12:16:06 +0000 (07:16 -0500)
commit8d07a67cface19ac07d7324f38bda7bbb06bbdb2
tree4706fb5efe2ecdcfa9edac84f7a2682555808fff
parentb29ee87e9b441e72454efd1be56aa1a05ffb2f58
[PATCH] drop EOE records from printk

Hi,

While we are looking at the printk issue, I see that its printk'ing the EOE
(end of event) records which is really not something that we need in syslog.
Its really intended for the realtime audit event stream handled by the audit
daemon. So, lets avoid printk'ing that record type.

Signed-off-by: Steve Grubb <sgrubb@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/audit.c