]> Pileus Git - ~andy/linux/blobdiff - kernel/audit.c
audit: use data= not msg= for AUDIT_USER_TTY messages
[~andy/linux] / kernel / audit.c
index 02a5d9eefa823436050d4ed59a624138a3de61cf..c45e6d2809d77f6cd3f05ceabb4a99e0e9d9cb83 100644 (file)
@@ -755,7 +755,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
                        else {
                                int size;
 
-                               audit_log_format(ab, " msg=");
+                               audit_log_format(ab, " data=");
                                size = nlmsg_len(nlh);
                                if (size > 0 &&
                                    ((unsigned char *)data)[size - 1] == '\0')