audit: add tty field to LOGIN event
authorRichard Guy Briggs <rgb@redhat.com>
Thu, 21 Apr 2016 18:14:01 +0000 (14:14 -0400)
committerPaul Moore <paul@paul-moore.com>
Tue, 26 Apr 2016 21:19:16 +0000 (17:19 -0400)
commitdb0a6fb5d97afe01fd9c47d37c6daa82d4d4001d
tree872477fc77baf62efbcd876014557bca67684b0e
parent7ffb8e317bae03b8ee5bdcec93dc3723be945e9b
audit: add tty field to LOGIN event

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>
include/linux/audit.h
kernel/audit.c
kernel/auditsc.c
This page took 0.05597 seconds and 5 git commands to generate.