Commit 0b7a0fdb authored by Steve Grubb's avatar Steve Grubb Committed by Paul Moore

audit: fix whitespace in CWD record

Fix the whitespace in the CWD record
Signed-off-by: default avatarSteve Grubb <sgrubb@redhat.com>
[PM: fixed subject line]
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 86b2efbe
......@@ -1430,7 +1430,7 @@ static void audit_log_exit(struct audit_context *context, struct task_struct *ts
if (context->pwd.dentry && context->pwd.mnt) {
ab = audit_log_start(context, GFP_KERNEL, AUDIT_CWD);
if (ab) {
audit_log_d_path(ab, " cwd=", &context->pwd);
audit_log_d_path(ab, "cwd=", &context->pwd);
audit_log_end(ab);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment