commit | 6f285b19d09f72e801525f5eea1bdad22e559bf0 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 28 19:44:55 2014 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 28 19:44:55 2014 -0800 |
tree | ece90969f72ebf9b06b0386762b35cb20e415dd4 | |
parent | 48095d991d85687569ac025b18a6c7ae1632c9f7 [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>