[AUDIT] include audit type in audit message when using printk
authorEric Paris <eparis@redhat.com>
Mon, 7 Jan 2008 19:19:15 +0000 (14:19 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Feb 2008 19:08:14 +0000 (14:08 -0500)
commite445deb593d67c8ed13bd357c780a93d78bc84cf
treeb6c14711659e16f817a4cb9eaa1fd8dba0c7b162
parent6246ccab99093a562044596dd868213caa0b2b4c
[AUDIT] include audit type in audit message when using printk

Currently audit drops the audit type when an audit message goes through
printk instead of the audit deamon.  This is a minor annoyance in
that the audit type is no longer part of the message and the information
the audit type conveys needs to be carried in, or derived from the
message data.

The attached patch includes the type number as part of the printk.
Admittedly it isn't the type name that the audit deamon provides but I
think this is better than dropping the type completely.

Signed-pff-by: John Johansen <jjohansen@suse.de>
Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/audit.c