]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect: support mount options when going through mountfsd, requiring privileges...
authorLuca Boccassi <bluca@debian.org>
Fri, 16 Jan 2026 14:55:02 +0000 (14:55 +0000)
committerGitHub <noreply@github.com>
Fri, 16 Jan 2026 14:55:02 +0000 (14:55 +0000)
commit3e2a5dc2e17aae334d312d63e95159aff9ecaae5
tree5d3af49247f81d0d2c4b55dc19967a2e3d8cb6ac
parent502d6f4bc9b96009627f923dcc0ab53e5a181d78
parent3a8759e5d4b2923af43ea1f0eafb8ae9c2159417
dissect: support mount options when going through mountfsd, requiring privileges via polkit (#39394)

RootImageOptions=/ExtensionImages=/MountImages= all support custom
mount options, but mountfsd does not support it. Add varlink
parameters to allow callers to specify mount options so that
those directives can work as expected. Require additional privs via
polkit.
man/systemd.exec.xml
src/core/namespace.c
src/dissect/dissect.c
src/nspawn/nspawn.c
test/units/TEST-50-DISSECT.sh