From: Steve Grubb Date: Thu, 19 Apr 2007 14:28:21 +0000 (-0400) Subject: [PATCH] Abnormal End of Processes X-Git-Tag: v2.6.22-rc1~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4ff8c2598b72f2fa9d50aae9e1809e684dbf41;p=pandora-kernel.git [PATCH] Abnormal End of Processes Hi, I have been working on some code that detects abnormal events based on audit system events. One kind of event that we currently have no visibility for is when a program terminates due to segfault - which should never happen on a production machine. And if it did, you'd want to investigate it. Attached is a patch that collects these events and sends them into the audit system. Signed-off-by: Steve Grubb Signed-off-by: Al Viro --- Reading git-diff-tree failed