]> git.karo-electronics.de Git - karo-tx-linux.git/commit
audit: add a new "type" field to audit_names struct
authorJeff Layton <jlayton@redhat.com>
Wed, 10 Oct 2012 19:25:22 +0000 (15:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 11 Oct 2012 15:43:37 +0000 (11:43 -0400)
commit51aabdc248479c77da9516a4337ba62129d69e8e
tree5025ecafb3e2a76b8bc06e1844865c8253e4e021
parent232158c7045f34ffd8f7b323ea8766c5e344f084
audit: add a new "type" field to audit_names struct

For now, we just have two possibilities:

UNKNOWN: for a new audit_names record that we don't know anything about yet
NORMAL: for everything else

In later patches, we'll add other types so we can distinguish and update
records created under different circumstances.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/audit.h
kernel/auditsc.c