1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-22 22:03:43 +03:00

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.

(cherry picked from commit 34aee208b5d745fd6c90c09e3e6e91f2c2949514)
This commit is contained in:
Ansgar Burchardt 2022-07-18 14:13:40 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 9f3ed4f5cc
commit bf9e8207df

View File

@ -8,9 +8,9 @@
<refsect1>
<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
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>