commit | 85e7bac33b8d5edafc4e219c7dfdb3d48e0b4e31 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Jan 03 14:23:05 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 17 16:16:55 2012 -0500 |
tree | 6a1f178de829d2219a65a8563e12f2c8029d4b13 | |
parent | 16c174bd95cb07c9d0ad3fcd8c70f9cea7214c9d [diff] |
seccomp: audit abnormal end to a process due to seccomp The audit system likes to collect information about processes that end abnormally (SIGSEGV) as this may me useful intrusion detection information. This patch adds audit support to collect information when seccomp forces a task to exit because of misbehavior in a similar way. Signed-off-by: Eric Paris <eparis@redhat.com>