Skip to content
Commit e445deb5 authored by Eric Paris's avatar Eric Paris Committed by Al Viro
Browse files

[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: default avatarJohn Johansen <jjohansen@suse.de>
Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent 6246ccab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment