From: Paul Davies C Date: Thu, 21 Nov 2013 02:44:03 +0000 (+0530) Subject: audit: Added exe field to audit core dump signal log X-Git-Tag: v3.14-rc1~118^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff235f51a138fc61e1a22dcb8b072d9c78c2a8cc;p=pandora-kernel.git audit: Added exe field to audit core dump signal log Currently when the coredump signals are logged by the audit system, the actual path to the executable is not logged. Without details of exe, the system admin may not have an exact idea on what program failed. This patch changes the audit_log_task() so that the path to the exe is also logged. This was copied from audit_log_task_info() and the latter enhanced to avoid disappearing text fields. Signed-off-by: Paul Davies C Signed-off-by: Richard Guy Briggs Signed-off-by: Eric Paris --- Reading git-diff-tree failed