]> git.baikalelectronics.ru Git - kernel.git/commit
seccomp: audit abnormal end to a process due to seccomp
authorEric Paris <eparis@redhat.com>
Tue, 3 Jan 2012 19:23:05 +0000 (14:23 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 17 Jan 2012 21:16:55 +0000 (16:16 -0500)
commit0b36fc213d50e55d6513e00e8dbf35ef1f68d56a
tree6a1f178de829d2219a65a8563e12f2c8029d4b13
parent106c23d5487e5c718f39fc81406d4c86492563aa
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>
include/linux/audit.h
kernel/auditsc.c
kernel/seccomp.c