From: Mike Yuan Date: Sun, 26 May 2024 19:23:37 +0000 (+0800) Subject: man/run0: remove @ syntax for --machine= X-Git-Tag: v256-rc4~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d4fa6531b8668d504335b6f17419d8a7c799d1f;p=thirdparty%2Fsystemd.git man/run0: remove @ syntax for --machine= For run0 (as opposed to systemd-run in general), connecting to the system bus (of localhost or container) as a different user than root and then trying to elevate privilege from that makes little sense: https://github.com/systemd/systemd/issues/32997#issuecomment-2127992973 The @ syntax is mostly useful when connecting to the user bus, which is not a use case for run0. Hence, let's remove the example. The syntax will be properly refused in #32999. --- diff --git a/man/run0.xml b/man/run0.xml index 7b4b430985c..d7460d9d8c8 100644 --- a/man/run0.xml +++ b/man/run0.xml @@ -204,13 +204,7 @@ - Execute operation on a local container. Specify a container name to connect to, optionally - prefixed by a user name to connect as and a separating @ character. If the special - string .host is used in place of the container name, a connection to the local - system is made. If the @ syntax is not used, the connection is made as root user. - If the @ syntax is used either the left hand side or the right hand side may be - omitted (but not both) in which case the local user name and .host are implied. - + Execute operation on a local container. Specify a container name to connect to.