commit | c2a7780efe37d01bdb3facc85a94663e6d67d4a8 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Jan 07 13:40:17 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 01 14:06:23 2008 -0500 |
tree | a7e30dcb7bfb386c84de9918dcfa92381675d59f | |
parent | f701b75ed5ffb6820efe530d1a3abcc6fc4678ad [diff] |
[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 <eparis@redhat.com>