commit | 78e2e802a8519031e5858595070b39713e26340d | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 10 15:25:22 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 12 00:32:00 2012 -0400 |
tree | 92f79d2039f4119a127ab59e31a2d1c9dfb892fe | |
parent | c43a25abba97c7d87131e71db6be24b24d7791a5 [diff] |
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>