man/system-or-user-ns.xml: explicitly refer to PrivateUsers= option

It is not clear what "unprivileged user namespaces are available" means.
It could mean either that they are only usable, that is, enabled in the kernel,
or they have been enabled for the specific service. Referring to the
`PrivateUsers=` options makes it clear that the latter is meant.
This commit is contained in:
Ansgar Burchardt 2022-07-18 14:13:40 +02:00 committed by Luca Boccassi
parent 9b9ddaf09d
commit 34aee208b5

View File

@ -8,9 +8,9 @@
<refsect1> <refsect1>
<para id="singular">This option is only available for system services, or for services running in per-user <para id="singular">This option is only available for system services, or for services running in per-user
instances of the service manager when unprivileged user namespaces are available.</para> instances of the service manager when <varname>PrivateUsers=</varname> is enabled.</para>
<para id="plural">These options are only available for system services, or for services running in per-user <para id="plural">These options are only available for system services, or for services running in per-user
instances of the service manager when unprivileged user namespaces are available.</para> instances of the service manager when <varname>PrivateUsers=</varname> is enabled.</para>
</refsect1> </refsect1>