[PATCH 1/3] Send loginuid and sessionid in SCM_AUDIT

2013-08-27 Thread Jan Kaluza
Signed-off-by: Jan Kaluza --- include/linux/socket.h | 6 ++ include/net/af_unix.h | 2 ++ include/net/scm.h | 28 ++-- net/unix/af_unix.c | 7 +++ 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/include/linux/socket.h

[PATCH 1/3] Send loginuid and sessionid in SCM_AUDIT

2013-08-27 Thread Jan Kaluza
Signed-off-by: Jan Kaluza jkal...@redhat.com --- include/linux/socket.h | 6 ++ include/net/af_unix.h | 2 ++ include/net/scm.h | 28 ++-- net/unix/af_unix.c | 7 +++ 4 files changed, 41 insertions(+), 2 deletions(-) diff --git