commit | 099dd235113700bbb476e572cd191ddb77b9af46 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 28 20:36:55 2014 -0800 |
committer | Eric Paris <eparis@redhat.com> | Thu Mar 20 10:11:02 2014 -0400 |
tree | 7f8137af9685dbe6c2ddbd686feaf13808ab7d2c | |
parent | 638a0fd2a062568c568661be0a780be8e8836d03 [diff] |
audit: Send replies in the proper network namespace. 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. Biederman" <ebiederm@xmission.com> Acked-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Eric Paris <eparis@redhat.com>