From: Eric Paris Date: Mon, 7 Jan 2008 18:40:17 +0000 (-0500) Subject: [AUDIT] collect uid, loginuid, and comm in OBJ_PID records X-Git-Tag: v2.6.25-rc1~1080^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a7780efe37d01bdb3facc85a94663e6d67d4a8;p=pandora-kernel.git [AUDIT] collect uid, loginuid, and comm in OBJ_PID records Add uid, loginuid, and comm collection to OBJ_PID records. This just gives users a little more information about the task that received a signal. pid is rather meaningless after the fact, and even though comm isn't great we can't collect exe reasonably on this code path for performance reasons. Signed-off-by: Eric Paris --- Reading git-diff-tree failed