]> git.ipfire.org Git - thirdparty/lxc.git/commit
conf: verify that rootfs is stable after setting up mounts 4003/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 19 Oct 2021 14:57:05 +0000 (16:57 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 19 Oct 2021 14:59:41 +0000 (16:59 +0200)
commit4f2af104b82e664efa6b7600bd2282bee1b0a629
tree30e35ef08ead801ad18062e073dd16ee9d21d86d
parent81738fe0fce3659adacb5d8eefad9d06ef294c56
conf: verify that rootfs is stable after setting up mounts

Apparently some users changed their rootfs via their lxc.mount.entry
entries. Let's not allow that as that can cause confusion during
container setup. So lets verify that the rootfs is stable after setup.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c