]> git.ipfire.org Git - thirdparty/systemd.git/commit
mountfsd: Add relaxExtensionReleaseChecks
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 20 Jan 2026 21:41:40 +0000 (22:41 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 21 Jan 2026 11:03:08 +0000 (12:03 +0100)
commita92a9efdc0ea632e4f7856038ea8ad5ac16546bd
treed908883350f57e7ec5f59f26cb98bfd0ff6bb020
parent4b070c4c9f1cd40be5d0be46ad802de9c0ad2750
mountfsd: Add relaxExtensionReleaseChecks

We currently pass this around as a mount option in pid1, which means
privileges are required by mountfsd to mount images that make use of it.
Add an explicit argument for it in varlink instead and remove it client
side from the mount options to remove the need for privileges.
src/mountfsd/mountwork.c
src/shared/dissect-image.c
src/shared/varlink-io.systemd.MountFileSystem.c