OSDN Git Service

audit: join tty records to their syscall
authorRichard Guy Briggs <rgb@redhat.com>
Tue, 5 Feb 2019 22:19:06 +0000 (17:19 -0500)
committerPaul Moore <paul@paul-moore.com>
Fri, 8 Feb 2019 02:33:54 +0000 (21:33 -0500)
commit18f5c1d567a5d16aa6ebac6a2f42e51fc5030baa
tree34a9b76a00d9dad9c266a6724e7e1f5782052f89
parent5f3d544f1671d214cd26e45bda326f921455256e
audit: join tty records to their syscall

AUDIT_TTY records were logged as seperate events from their syscall
records.  Join them so they are logged as the single event that they
are.

Please see the github issue
https://github.com/linux-audit/audit-kernel/issues/106

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
drivers/tty/tty_audit.c