]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
conf: Add support for "move" mount flag 4550/head
authorStéphane Graber <stgraber@stgraber.org>
Sat, 10 May 2025 01:18:42 +0000 (21:18 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Sat, 10 May 2025 01:18:42 +0000 (21:18 -0400)
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
src/lxc/conf.c

index 14fa041b71b6325c5a2695c27dbd8dd4fe57ce29..a01b0852d1b9ec52d01a8aeebc6a9190f632e872 100644 (file)
@@ -148,6 +148,7 @@ static struct mount_opt mount_opt[] = {
        { "suid",          1, false, MOUNT_ATTR_NOSUID,      MS_NOSUID        },
 
        { "bind",          0, false,  0,                     MS_BIND          },
+       { "move",          0, false,  0,                     MS_MOVE          },
        { "defaults",      0, false,  0,                     0                },
        { "rbind",         0, true,   0,                     MS_BIND | MS_REC },