From: Amy Griffis Date: Thu, 29 Mar 2007 22:01:04 +0000 (-0400) Subject: [PATCH] audit signal recipients X-Git-Tag: v2.6.22-rc1~32^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e54dc2431d740a79a6bd013babade99d71b1714f;p=pandora-kernel.git [PATCH] audit signal recipients When auditing syscalls that send signals, log the pid and security context for each target process. Optimize the data collection by adding a counter for signal-related rules, and avoiding allocating an aux struct unless we have more than one target process. For process groups, collect pid/context data in blocks of 16. Move the audit_signal_info() hook up in check_kill_permission() so we audit attempts where permission is denied. Signed-off-by: Amy Griffis Signed-off-by: Al Viro --- Reading git-diff-tree failed