Re: [PATCH 2/3] Send comm and cmdline in SCM_PROCINFO

2013-09-09 Thread Eric W. Biederman
Jan Kaluza writes: Nacked-by: "Eric W. Biederman" Whatever the benefits of the other pieces of information sending the process command line is absolutely wrong. It is a just a random string from user space and there is absolutely no benefit in sending it in a kernel verified way. The process

Re: [PATCH 2/3] Send comm and cmdline in SCM_PROCINFO

2013-09-09 Thread Eric W. Biederman
Jan Kaluza jkal...@redhat.com writes: Nacked-by: Eric W. Biederman ebied...@xmission.com Whatever the benefits of the other pieces of information sending the process command line is absolutely wrong. It is a just a random string from user space and there is absolutely no benefit in sending it

[PATCH 2/3] Send comm and cmdline in SCM_PROCINFO

2013-08-27 Thread Jan Kaluza
Signed-off-by: Jan Kaluza --- include/linux/socket.h | 2 ++ include/net/af_unix.h | 11 +++-- include/net/scm.h | 24 +++ net/core/scm.c | 65 ++ net/unix/af_unix.c | 57

[PATCH 2/3] Send comm and cmdline in SCM_PROCINFO

2013-08-27 Thread Jan Kaluza
Signed-off-by: Jan Kaluza jkal...@redhat.com --- include/linux/socket.h | 2 ++ include/net/af_unix.h | 11 +++-- include/net/scm.h | 24 +++ net/core/scm.c | 65 ++ net/unix/af_unix.c | 57