Skip to content

Commit

Permalink
userns: Allow USER_NS and NET simultaneously in Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric W. Biederman committed Aug 15, 2012
1 parent 976d020 commit fc5795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc5795c

Please sign in to comment.