From: Lennart Poettering Date: Thu, 19 Jun 2025 16:13:20 +0000 (+0200) Subject: nspawn: --network-veth also works with unpriv nspawn X-Git-Tag: v258-rc1~286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83d4b2fd756cadc70f20c5cd0245e7a6c872a538;p=thirdparty%2Fsystemd.git nspawn: --network-veth also works with unpriv nspawn (because we ask nsresourced for help) Fixes: #36179 --- 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.