[AUDIT] collect uid, loginuid, and comm in OBJ_PID records
authorEric Paris <eparis@redhat.com>
Mon, 7 Jan 2008 18:40:17 +0000 (13:40 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Feb 2008 19:06:23 +0000 (14:06 -0500)
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 <eparis@redhat.com>

No differences found