]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: remove PrivateMounts= from list of other settings in its own description
authorOle Peder Brandtzæg <olebra@samfundet.no>
Sat, 13 Apr 2024 12:33:28 +0000 (14:33 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 13 Apr 2024 23:04:12 +0000 (08:04 +0900)
The diff looks bigger, but that's only because it seemed fitting to
reformat the paragraph now that the list is shorter.

man/systemd.exec.xml

index 05f5f20f44b300d87c420ebbd7cac1c39a05895a..b6e75565da3e767e5ba6765e64dd1347e3957446 100644 (file)
@@ -2369,12 +2369,12 @@ RestrictNamespaces=~cgroup net</programlisting>
         units, it only enables sharing of the <filename>/tmp/</filename> and <filename>/var/tmp/</filename>
         directories.</para>
 
-        <para>Other file system namespace unit settings — <varname>PrivateMounts=</varname>,
-        <varname>PrivateTmp=</varname>, <varname>PrivateDevices=</varname>, <varname>ProtectSystem=</varname>,
-        <varname>ProtectHome=</varname>, <varname>ReadOnlyPaths=</varname>, <varname>InaccessiblePaths=</varname>,
-        <varname>ReadWritePaths=</varname>, … — 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.</para>
+        <para>Other file system namespace unit settings — <varname>PrivateTmp=</varname>,
+        <varname>PrivateDevices=</varname>, <varname>ProtectSystem=</varname>,
+        <varname>ProtectHome=</varname>, <varname>ReadOnlyPaths=</varname>,
+        <varname>InaccessiblePaths=</varname>, <varname>ReadWritePaths=</varname>, … — 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.</para>
 
         <xi:include href="system-or-user-ns.xml" xpointer="singular"/>