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>
This commit is contained in:
Kees Cook 2012-01-06 14:07:10 -08:00 committed by Al Viro
parent 41fdc3054e
commit c158a35c8a
3 changed files with 6 additions and 6 deletions