X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fnamespace.c;h=7ac6b381abb772870457a1fe7e3e628f009622d1;hp=da555cd23ce21c8802052eeaa6234419282cca33;hb=4d46fec56db73e1d2d01076792f9b8f3231d5cb1;hpb=5ba2dc259f3cdd8fddef68cfd28380a32534e49a diff --git a/src/core/namespace.c b/src/core/namespace.c index da555cd23..7ac6b381a 100644 --- a/src/core/namespace.c +++ b/src/core/namespace.c @@ -167,7 +167,7 @@ static int apply_mount(Path *p, const char *root_dir, const char *inaccessible_d /* Avoid exponential growth of trees */ if (r >= 0 && path_equal(p->path, "/")) - r = mount(NULL, where, NULL, MS_REMOUNT|MS_BIND|MS_UNBINDABLE|flags, NULL); + r = mount(NULL, where, NULL, MS_REMOUNT|MS_BIND|flags, NULL); if (r < 0) { r = -errno;