audit: add tty field to LOGIN event
authorRichard Guy Briggs <rgb@redhat.com>
Thu, 21 Apr 2016 18:14:01 +0000 (14:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Apr 2018 09:51:57 +0000 (11:51 +0200)
commit545853704b49f0cdc887c0b2a71382423b5f3f76
tree5cf5f8223cbc0ee76a4b219b6c766073a03fe0be
parent1b15e77f444af1acbe1055e48da536e5ce4cc193
audit: add tty field to LOGIN event

commit db0a6fb5d97afe01fd9c47d37c6daa82d4d4001d upstream.

The tty field was missing from AUDIT_LOGIN events.

Refactor code to create a new function audit_get_tty(), using it to
replace the call in audit_log_task_info() and to add it to
audit_log_set_loginuid().  Lock and bump the kref to protect it, adding
audit_put_tty() alias to decrement it.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/audit.h
kernel/audit.c
kernel/auditsc.c