]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc/conf: support flag kind of mount options in lxc.mount.entry options 4547/head
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Mon, 5 May 2025 16:03:10 +0000 (18:03 +0200)
committerAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Sat, 10 May 2025 11:41:08 +0000 (13:41 +0200)
commitafb35f3dea366264893470ca43e971ba2b022c6c
tree29a2b20a3d6d61900e90bc40a04eb76c1107a11a
parent2e08794e063f46178bb2abe563d9e81d1a553161
lxc/conf: support flag kind of mount options in lxc.mount.entry options

Currently, if user wants to use a flag-like mount option in lxc.mount.entry,
for example "userxattr" with overlayfs then it will be silently ignored.

Let's fix that by making parse_vfs_attr() to process all mount options.

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
src/lxc/conf.c