diff options
| -rw-r--r-- | security/lsm_audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/lsm_audit.c b/security/lsm_audit.c index 69fdf3bc765b..07fc99724d41 100644 --- a/security/lsm_audit.c +++ b/security/lsm_audit.c | |||
| @@ -281,7 +281,7 @@ static void dump_common_audit_data(struct audit_buffer *ab, | |||
| 281 | if (tsk) { | 281 | if (tsk) { |
| 282 | pid_t pid = task_pid_nr(tsk); | 282 | pid_t pid = task_pid_nr(tsk); |
| 283 | if (pid) { | 283 | if (pid) { |
| 284 | audit_log_format(ab, " pid=%d comm=", pid); | 284 | audit_log_format(ab, " opid=%d ocomm=", pid); |
| 285 | audit_log_untrustedstring(ab, tsk->comm); | 285 | audit_log_untrustedstring(ab, tsk->comm); |
| 286 | } | 286 | } |
| 287 | } | 287 | } |
