chiark / gitweb /
manager: Transaction as an object
[elogind.git] / src / nspawn / nspawn.c
index ce727b6e1d8b3d663855a19a69fac4e52c8e2d2b..90c8b94248b406c3baefca74fd272e2a6c609462 100644 (file)
@@ -928,7 +928,7 @@ int main(int argc, char *argv[]) {
                     dup2(STDIN_FILENO, STDERR_FILENO) != STDERR_FILENO)
                         goto child_fail;
 
-                if (mount(arg_directory, "/", "bind", MS_BIND|MS_MOVE, NULL) < 0) {
+                if (mount(arg_directory, "/", "bind", MS_BIND, NULL) < 0) {
                         log_error("mount(MS_MOVE) failed: %m");
                         goto child_fail;
                 }