lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1344889115-21610-4-git-send-email-ebiederm@xmission.com> Date: Mon, 13 Aug 2012 13:18:18 -0700 From: "Eric W. Biederman" <ebiederm@...ssion.com> To: <netdev@...r.kernel.org> Cc: <linux-kernel@...r.kernel.org>, <containers@...ts.linux-foundation.org>, David Miller <davem@...emloft.net>, Serge Hallyn <serge@...lyn.com>, "Eric W. Biederman" <ebiederm@...ssion.com> Subject: [PATCH 04/21] userns: Allow USER_NS and NET simultaneously in Kconfig From: "Eric W. Biederman" <ebiederm@...ssion.com> Now that the networking core is user namespace safe allow networking and user namespaces to be built at the same time. Signed-off-by: Eric W. Biederman <ebiederm@...ssion.com> --- init/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index 364b38d..80fae19 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -942,7 +942,7 @@ config UIDGID_CONVERTED depends on PROC_EVENTS = n # Networking - depends on NET = n + depends on PACKET = n depends on NET_9P = n depends on IPX = n depends on PHONET = n -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists