audit: add tty field to LOGIN event
authorRichard Guy Briggs <rgb@redhat.com>
Thu, 21 Apr 2016 18:14:01 +0000 (14:14 -0400)
committerMichael Benedict <michaelbt@live.com>
Sat, 31 Aug 2019 16:18:40 +0000 (02:18 +1000)
commit67a789708a7be857c1506a58f88074eaadf37533
treeac0f68fbaf7da676eb13892768cc40f0acaacb01
parent2a7b22a30e44f797787372d2c58b363110ce1d51
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