commit | c158a35c8a681cf68d36f22f058f9f5466386c71 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Jan 06 14:07:10 2012 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 17 16:17:04 2012 -0500 |
tree | 54a7fe4d21a30848539b2bf94c885f0a0b123717 | |
parent | 41fdc3054e23e3229edea27053522fe052d02ec2 [diff] |
audit: no leading space in audit_log_d_path prefix audit_log_d_path() injects an additional space before the prefix, which serves no purpose and doesn't mix well with other audit_log*() functions that do not sneak extra characters into the log. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Eric Paris <eparis@redhat.com>