Re: [PATCH] audit: Send replies in the proper network namespace.

2014-03-16 Thread Richard Guy Briggs
On 14/03/16, Richard Guy Briggs wrote: > On 14/02/28, Eric W. Biederman wrote: > > > > In perverse cases of file descriptor passing the current network > > namespace of a process and the network namespace of a socket used by > > that socket may differ. Therefore use the network namespace of the

Re: [PATCH] audit: Send replies in the proper network namespace.

2014-03-16 Thread Richard Guy Briggs
On 14/02/28, Eric W. Biederman wrote: > > In perverse cases of file descriptor passing the current network > namespace of a process and the network namespace of a socket used by > that socket may differ. Therefore use the network namespace of the > appropiate socket to ensure replies always go

Re: [PATCH] audit: Send replies in the proper network namespace.

2014-03-16 Thread Richard Guy Briggs
On 14/02/28, Eric W. Biederman wrote: In perverse cases of file descriptor passing the current network namespace of a process and the network namespace of a socket used by that socket may differ. Therefore use the network namespace of the appropiate socket to ensure replies always go to the

Re: [PATCH] audit: Send replies in the proper network namespace.

2014-03-16 Thread Richard Guy Briggs
On 14/03/16, Richard Guy Briggs wrote: On 14/02/28, Eric W. Biederman wrote: In perverse cases of file descriptor passing the current network namespace of a process and the network namespace of a socket used by that socket may differ. Therefore use the network namespace of the

[PATCH] audit: Send replies in the proper network namespace.

2014-02-28 Thread Eric W. Biederman
In perverse cases of file descriptor passing the current network namespace of a process and the network namespace of a socket used by that socket may differ. Therefore use the network namespace of the appropiate socket to ensure replies always go to the appropiate socket. Signed-off-by: "Eric

[PATCH] audit: Send replies in the proper network namespace.

2014-02-28 Thread Eric W. Biederman
In perverse cases of file descriptor passing the current network namespace of a process and the network namespace of a socket used by that socket may differ. Therefore use the network namespace of the appropiate socket to ensure replies always go to the appropiate socket. Signed-off-by: Eric W.