X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fsecure-mount.c;fp=src%2Fsecure-mount.c;h=3abc6723685d7c66da561a3bca7f6393cedc777d;hb=616c79d7eee3bff076671ee8d475df2f2b640a16;hp=ce9e57355ad632e7766ebc6827c1f4aa45f0e393;hpb=a89a5abe2caafac29972879f6cbf177d6c1567ac;p=util-vserver.git diff --git a/src/secure-mount.c b/src/secure-mount.c index ce9e573..3abc672 100644 --- a/src/secure-mount.c +++ b/src/secure-mount.c @@ -112,7 +112,19 @@ CMDLINE_OPTIONS[] = { }; #ifndef MS_REC -# define MS_REC 0x4000 +#define MS_REC 0x4000 +#endif +#ifndef MS_UNBINDABLE +#define MS_UNBINDABLE (1<<17) +#endif +#ifndef MS_PRIVATE +#define MS_PRIVATE (1<<18) +#endif +#ifndef MS_SLAVE +#define MS_SLAVE (1<<19) +#endif +#ifndef MS_SHARED +#define MS_SHARED (1<<20) #endif static struct FstabOption {