https://github.com/torvalds/linux
Revision d661684cf6820331feae71146c35da83d794467e authored by Andy Lutomirski on 22 August 2013, 18:39:15 UTC, committed by David S. Miller on 27 August 2013, 17:52:52 UTC
This is a security bug.

The follow-up will fix nsproxy to discourage this type of issue from
happening again.

Cc: stable@vger.kernel.org
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Reviewed-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent dd5746b
Raw File
Tip revision: d661684cf6820331feae71146c35da83d794467e authored by Andy Lutomirski on 22 August 2013, 18:39:15 UTC
net: Check the correct namespace when spoofing pid over SCM_RIGHTS
Tip revision: d661684
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top