X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvserver.h;h=890bd1a78eab79c60f90d9a6077b1d275db5f764;hb=d551c7d26f91aab498645827fd77cc36d6c3459c;hp=bc21f7893519a81160eb4886051a733e7f41c55a;hpb=820076e1d48f75a6cdcb65e2a97a19f42e2c2734;p=util-vserver.git diff --git a/lib/vserver.h b/lib/vserver.h index bc21f78..890bd1a 100644 --- a/lib/vserver.h +++ b/lib/vserver.h @@ -306,7 +306,9 @@ #ifndef CLONE_NEWIPC # define CLONE_NEWIPC 0x08000000 #endif - +#ifndef CLONE_NEWUSER +# define CLONE_NEWUSER 0x10000000 +#endif #define VC_BAD_PERSONALITY ((uint_least32_t)(-1))