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)
commit53f852315c67592d34343e1d4f5c5a3090c78c0c
tree5a364888e917c62acb3702ba174a4989a4ce34a1
parentb8710bd8bfea7508e0f29d98c2d03e272469e21a
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 dadf3a23 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