mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-19 12:24:34 +08:00
audit: fix whitespace in CWD record
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>
This commit is contained in:
parent
86b2efbe3a
commit
0b7a0fdb29
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user