Skip to content

Commit

Permalink
audit: fix whitespace in CWD record
Browse files Browse the repository at this point in the history
Fix the whitespace in the CWD record

Signed-off-by: Steve Grubb <sgrubb@redhat.com>
[PM: fixed subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
  • Loading branch information
RH-steve-grubb authored and pcmoore committed Jul 14, 2016
1 parent 86b2efb commit 0b7a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 0b7a0fd

Please sign in to comment.