From 83d4b2fd756cadc70f20c5cd0245e7a6c872a538 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Jun 2025 18:13:20 +0200 Subject: [PATCH] nspawn: --network-veth also works with unpriv nspawn (because we ask nsresourced for help) Fixes: #36179 --- man/systemd.nspawn.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index e6bf8209d31..4870d6b7abf 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -578,8 +578,8 @@ Takes a boolean argument. Configures whether to create a virtual Ethernet connection (veth) between host and the container. This setting implies - Private=yes. This setting corresponds to the command line - switch. This option is privileged (see above). This option is the default if the + Private=yes. This setting corresponds to the + command line switch. This option is the default if the systemd-nspawn@.service template unit file is used. -- 2.47.3