]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: also enable PrivateUsers= for user services when using images via mountfsd 39341/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 15 Oct 2025 19:05:03 +0000 (20:05 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 16 Oct 2025 11:58:59 +0000 (12:58 +0100)
commit68b476a29838c73c17af7eac7866704bba3da3f0
tree655697c794e60fe1468ed9fd7bcf38ea193e51eb
parent29e97643e7772ded441686c911b048e0dec9129c
core: also enable PrivateUsers= for user services when using images via mountfsd

RootDirectory= and other options already implicitly enable PrivateUsers=
since 6ef721cbc7dadee4ae878ecf0076d87e57233908 if they are set in user
units, so that they can work out of the box.
Now with mountfsd support we can do the same for the images settings,
so enable them and document them.
man/system-or-user-ns-mountfsd.xml [new file with mode: 0644]
man/systemd.exec.xml
src/core/exec-invoke.c
test/units/TEST-50-DISSECT.mountfsd.sh