Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

userns: Allow USER_NS and NET simultaneously in Kconfig

Now that the networking core is user namespace safe allow
networking and user namespaces to be built at the same time.

Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

+1 -1
+1 -1
init/Kconfig
··· 942 942 depends on PROC_EVENTS = n 943 943 944 944 # Networking 945 - depends on NET = n 945 + depends on PACKET = n 946 946 depends on NET_9P = n 947 947 depends on IPX = n 948 948 depends on PHONET = n