mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
audit: use data= not msg= for AUDIT_USER_TTY messages
Userspace parsing libraries assume that msg= is only for userspace audit records, not for user tty records. Make this consistent with the other tty records. Reported-by: Steve Grubb <sgrubb@redhat.com> Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
parent
e2c5adc88a
commit
f7616102d6
@ -755,7 +755,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
|
|||||||
else {
|
else {
|
||||||
int size;
|
int size;
|
||||||
|
|
||||||
audit_log_format(ab, " msg=");
|
audit_log_format(ab, " data=");
|
||||||
size = nlmsg_len(nlh);
|
size = nlmsg_len(nlh);
|
||||||
if (size > 0 &&
|
if (size > 0 &&
|
||||||
((unsigned char *)data)[size - 1] == '\0')
|
((unsigned char *)data)[size - 1] == '\0')
|
||||||
|
Loading…
Reference in New Issue
Block a user