[Devel] [patch 05/20] [Network namespace] Add NS_NET3 to NS_ALL.
dlezcano at fr.ibm.com
dlezcano at fr.ibm.com
Sun Dec 10 13:58:22 PST 2006
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
---
include/linux/nsproxy.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: 2.6.19-rc6-mm2/include/linux/nsproxy.h
===================================================================
--- 2.6.19-rc6-mm2.orig/include/linux/nsproxy.h
+++ 2.6.19-rc6-mm2/include/linux/nsproxy.h
@@ -23,7 +23,7 @@ struct user_namespace;
#define NS_NET2 0x00000010
#define NS_USER 0x00000020
#define NS_NET3 0x00000040
-#define NS_ALL (NS_MNT|NS_UTS|NS_IPC|NS_PID|NS_NET2|NS_USER)
+#define NS_ALL (NS_MNT|NS_UTS|NS_IPC|NS_PID|NS_NET2|NS_USER|NS_NET3)
/*
* A structure to contain pointers to all per-process
--
_______________________________________________
Containers mailing list
Containers at lists.osdl.org
https://lists.osdl.org/mailman/listinfo/containers
More information about the Devel
mailing list