]> git.ipfire.org Git - thirdparty/systemd.git/commit
man/run0: remove @ syntax for --machine=
authorMike Yuan <me@yhndnzj.com>
Sun, 26 May 2024 19:23:37 +0000 (03:23 +0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 27 May 2024 00:40:47 +0000 (09:40 +0900)
commit8d4fa6531b8668d504335b6f17419d8a7c799d1f
treef5865554975ce82de01a53969ef79c2c5c0d8d46
parent006c02b371f3ecc788d0dc42fc997f223035f7fc
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.
man/run0.xml