]> git.baikalelectronics.ru Git - kernel.git/commit
audit: connect LOGIN record to its syscall record
authorRichard Guy Briggs <rgb@redhat.com>
Tue, 19 Mar 2019 19:23:29 +0000 (15:23 -0400)
committerPaul Moore <paul@paul-moore.com>
Thu, 21 Mar 2019 00:57:48 +0000 (20:57 -0400)
commitef17d1df5a12d1e484f3b4567b3e91f8bdf0642d
tree07145ed7696af7225b4e4cb074e5267ef0df27ca
parent6dc5f0bec6321d44d2e18bf83a24f5c0541bbb29
audit: connect LOGIN record to its syscall record

Currently the AUDIT_LOGIN event is a standalone record that isn't
connected to any other records that may be part of its syscall event. To
avoid the confusion of generating two events, connect the records by
using its syscall context.

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

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