From: Ole Peder Brandtzæg Date: Sat, 13 Apr 2024 12:33:28 +0000 (+0200) Subject: man: remove PrivateMounts= from list of other settings in its own description X-Git-Tag: v256-rc1~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712514416e0c922b4abc86834ffb4a1d43a7eec6;p=thirdparty%2Fsystemd.git man: remove PrivateMounts= from list of other settings in its own description The diff looks bigger, but that's only because it seemed fitting to reformat the paragraph now that the list is shorter. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 05f5f20f44b..b6e75565da3 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2369,12 +2369,12 @@ RestrictNamespaces=~cgroup net units, it only enables sharing of the /tmp/ and /var/tmp/ directories. - Other file system namespace unit settings — PrivateMounts=, - PrivateTmp=, PrivateDevices=, ProtectSystem=, - ProtectHome=, ReadOnlyPaths=, InaccessiblePaths=, - ReadWritePaths=, … — also enable file system namespacing in a fashion equivalent to this - option. Hence it is primarily useful to explicitly request this behaviour if none of the other settings are - used. + Other file system namespace unit settings — PrivateTmp=, + PrivateDevices=, ProtectSystem=, + ProtectHome=, ReadOnlyPaths=, + InaccessiblePaths=, ReadWritePaths=, … — also enable file + system namespacing in a fashion equivalent to this option. Hence it is primarily useful to explicitly + request this behaviour if none of the other settings are used.