|
@@ -9,6 +9,7 @@
|
|
#include <linux/ipc.h>
|
|
#include <linux/ipc.h>
|
|
#include <linux/pid_namespace.h>
|
|
#include <linux/pid_namespace.h>
|
|
#include <linux/user_namespace.h>
|
|
#include <linux/user_namespace.h>
|
|
|
|
+#include <net/net_namespace.h>
|
|
|
|
|
|
#define INIT_FDTABLE \
|
|
#define INIT_FDTABLE \
|
|
{ \
|
|
{ \
|
|
@@ -78,6 +79,7 @@ extern struct nsproxy init_nsproxy;
|
|
.nslock = __SPIN_LOCK_UNLOCKED(nsproxy.nslock), \
|
|
.nslock = __SPIN_LOCK_UNLOCKED(nsproxy.nslock), \
|
|
.uts_ns = &init_uts_ns, \
|
|
.uts_ns = &init_uts_ns, \
|
|
.mnt_ns = NULL, \
|
|
.mnt_ns = NULL, \
|
|
|
|
+ .net_ns = &init_net, \
|
|
INIT_IPC_NS(ipc_ns) \
|
|
INIT_IPC_NS(ipc_ns) \
|
|
.user_ns = &init_user_ns, \
|
|
.user_ns = &init_user_ns, \
|
|
}
|
|
}
|