Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Jan Kaluža
On 09/04/2013 05:30 PM, Eric Dumazet wrote: On Wed, 2013-09-04 at 11:20 -0400, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 10:58:30AM -0400, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: Jan Kaluza writes: this patchset against net-next

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Eric Dumazet
On Wed, 2013-09-04 at 11:20 -0400, Richard Guy Briggs wrote: > On Wed, Sep 04, 2013 at 10:58:30AM -0400, Richard Guy Briggs wrote: > > On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: > > > Jan Kaluza writes: > > > > this patchset against net-next (applies also to linux-next)

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Richard Guy Briggs
On Wed, Sep 04, 2013 at 10:58:30AM -0400, Richard Guy Briggs wrote: > On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: > > Jan Kaluza writes: > > > this patchset against net-next (applies also to linux-next) adds 3 new > > > types > > > of "Socket"-level control message

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Jan Kaluža
On 09/04/2013 04:58 PM, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: Jan Kaluza writes: Hi, this patchset against net-next (applies also to linux-next) adds 3 new types of "Socket"-level control message (SCM_AUDIT, SCM_PROCINFO and SCM_CGROUP).

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Richard Guy Briggs
On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: > Jan Kaluza writes: > > Hi, > > > > this patchset against net-next (applies also to linux-next) adds 3 new types > > of "Socket"-level control message (SCM_AUDIT, SCM_PROCINFO and SCM_CGROUP). > > > > Server-like processes in

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Tejun Heo
Hello, Eric. On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: > Can I just say ick, blech, barf, gag. Gees, an awesome way to start the conversation. If your gag response is hyper-sensitive, go see a frigging doctor. It's annoying because you tend to go over the top while

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Eric W. Biederman
Jan Kaluza writes: > Hi, > > this patchset against net-next (applies also to linux-next) adds 3 new types > of "Socket"-level control message (SCM_AUDIT, SCM_PROCINFO and SCM_CGROUP). > > Server-like processes in many cases need credentials and other > metadata of the peer, to decide if the

[PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Jan Kaluza
Hi, this patchset against net-next (applies also to linux-next) adds 3 new types of "Socket"-level control message (SCM_AUDIT, SCM_PROCINFO and SCM_CGROUP). Server-like processes in many cases need credentials and other metadata of the peer, to decide if the calling process is allowed to request

[PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Jan Kaluza
Hi, this patchset against net-next (applies also to linux-next) adds 3 new types of Socket-level control message (SCM_AUDIT, SCM_PROCINFO and SCM_CGROUP). Server-like processes in many cases need credentials and other metadata of the peer, to decide if the calling process is allowed to request a

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Eric W. Biederman
Jan Kaluza jkal...@redhat.com writes: Hi, this patchset against net-next (applies also to linux-next) adds 3 new types of Socket-level control message (SCM_AUDIT, SCM_PROCINFO and SCM_CGROUP). Server-like processes in many cases need credentials and other metadata of the peer, to decide if

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Tejun Heo
Hello, Eric. On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: Can I just say ick, blech, barf, gag. Gees, an awesome way to start the conversation. If your gag response is hyper-sensitive, go see a frigging doctor. It's annoying because you tend to go over the top while

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Richard Guy Briggs
On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: Jan Kaluza jkal...@redhat.com writes: Hi, this patchset against net-next (applies also to linux-next) adds 3 new types of Socket-level control message (SCM_AUDIT, SCM_PROCINFO and SCM_CGROUP). Server-like processes in

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Jan Kaluža
On 09/04/2013 04:58 PM, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: Jan Kaluza jkal...@redhat.com writes: Hi, this patchset against net-next (applies also to linux-next) adds 3 new types of Socket-level control message (SCM_AUDIT, SCM_PROCINFO

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Eric Dumazet
On Wed, 2013-09-04 at 11:20 -0400, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 10:58:30AM -0400, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: Jan Kaluza jkal...@redhat.com writes: this patchset against net-next (applies also to

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Richard Guy Briggs
On Wed, Sep 04, 2013 at 10:58:30AM -0400, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: Jan Kaluza jkal...@redhat.com writes: this patchset against net-next (applies also to linux-next) adds 3 new types of Socket-level control message

Re: [PATCH v3 0/3] Send audit/procinfo/cgroup data in socket-level control message

2013-09-04 Thread Jan Kaluža
On 09/04/2013 05:30 PM, Eric Dumazet wrote: On Wed, 2013-09-04 at 11:20 -0400, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 10:58:30AM -0400, Richard Guy Briggs wrote: On Wed, Sep 04, 2013 at 12:42:26AM -0700, Eric W. Biederman wrote: Jan Kaluza jkal...@redhat.com writes: this patchset