audit: restore order of tty and ses fields in log output
authorRichard Guy Briggs <rgb@redhat.com>
Mon, 15 Jul 2013 14:23:11 +0000 (10:23 -0400)
committerEric Paris <eparis@redhat.com>
Tue, 14 Jan 2014 03:27:16 +0000 (22:27 -0500)
commit2f2ad1013322c8f6c40fc6dafdbd32442fa730ad
tree5a364888e917c62acb3702ba174a4989a4ce34a1
parentf9441639e6319f0c0e12bd63fa2f58990af0a9d2
audit: restore order of tty and ses fields in log output

When being refactored from audit_log_start() to audit_log_task_info(), in
commit e23eb920 the tty and ses fields in the log output got transposed.
Restore to original order to avoid breaking search tools.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/audit.c