Add support for PID and net namespaces.
[util-vserver.git] / lib / vserver.h
index be896e1..0aa5d36 100644 (file)
 #ifndef CLONE_NEWUSER
 #  define CLONE_NEWUSER                        0x10000000
 #endif
+#ifndef CLONE_NEWPID
+#  define CLONE_NEWPID                 0x20000000
+#endif
+#ifndef CLONE_NEWNET
+#  define CLONE_NEWNET                 0x40000000
+#endif
 
 
 #define VC_BAD_PERSONALITY             ((uint_least32_t)(-1))