added NAMESPACE flag
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 20 Feb 2004 23:33:58 +0000 (23:33 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 20 Feb 2004 23:33:58 +0000 (23:33 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@989 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/flags.c
util-vserver/lib/vserver.h

index 9a490e3..15425a9 100644 (file)
@@ -38,6 +38,7 @@ static struct {
   DECL("fakeinit", S_CTX_INFO_INIT),
   DECL("hideinfo", S_CTX_INFO_HIDEINFO),
   DECL("ulimit",   S_CTX_INFO_ULIMIT),
+  DECL("namespace", S_CTX_INFO_NAMESPACE),
 };
 
 unsigned int
index c6eb0f1..1056494 100644 (file)
 #  define S_CTX_INFO_ULIMIT    64
 #endif
 
+#ifndef S_CTX_INFO_NAMESPACE
+#  define S_CTX_INFO_NAMESPACE 128
+#endif
+
 #define VC_CAP_CHOWN                    0
 #define VC_CAP_DAC_OVERRIDE             1
 #define VC_CAP_DAC_READ_SEARCH          2