|
@@ -281,7 +281,7 @@ static void dump_common_audit_data(struct audit_buffer *ab,
|
|
|
if (tsk) {
|
|
|
pid_t pid = task_pid_nr(tsk);
|
|
|
if (pid) {
|
|
|
- audit_log_format(ab, " pid=%d comm=", pid);
|
|
|
+ audit_log_format(ab, " opid=%d ocomm=", pid);
|
|
|
audit_log_untrustedstring(ab, tsk->comm);
|
|
|
}
|
|
|
}
|