]> git.baikalelectronics.ru Git - kernel.git/commit
audit: fix dangling keywords in audit_log_set_loginuid() output
authorRichard Guy Briggs <rgb@redhat.com>
Wed, 11 Dec 2013 20:28:09 +0000 (15:28 -0500)
committerEric Paris <eparis@redhat.com>
Tue, 14 Jan 2014 03:32:38 +0000 (22:32 -0500)
commit6601adaf2e9d807163b9325cf12e618ea524440b
treeae7bcc782a86d2e5a1bb17461194756a086cdae7
parent99ef9ac44db51f0742a4f8336b0e23e6deefb05b
audit: fix dangling keywords in audit_log_set_loginuid() output

Remove spaces between "new", "old" label modifiers and "auid", "ses" labels in
log output since userspace tools can't parse orphaned keywords.

Make variable names more consistent and intuitive.

Make audit_log_format() argument code easier to read.

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