From 34aee208b5d745fd6c90c09e3e6e91f2c2949514 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Mon, 18 Jul 2022 14:13:40 +0200 Subject: [PATCH] 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. --- man/system-or-user-ns.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/system-or-user-ns.xml b/man/system-or-user-ns.xml index 01d1dd022ca..7a302d5980f 100644 --- a/man/system-or-user-ns.xml +++ b/man/system-or-user-ns.xml @@ -8,9 +8,9 @@ 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. + instances of the service manager when PrivateUsers= is enabled. 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. + instances of the service manager when PrivateUsers= is enabled.