]> git.ipfire.org Git - thirdparty/systemd.git/commit
run: update checks to allow running with a user's bus
authorAnita Zhang <the.anitazha@gmail.com>
Thu, 13 May 2021 08:17:51 +0000 (01:17 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 15 May 2021 16:30:56 +0000 (18:30 +0200)
commitcc589cce9815cabb0bed6d0695ec3ff77beebd06
tree276e945b25143baca85d6d569a177ccee0c535a5
parent4b8d52f4f09fe7f514cc982ad945153565503127
run: update checks to allow running with a user's bus

systemd-run is documented to as being able to connect and run on a
specific user bus with "--user --machine=lennart@.host" arguments.
This PR updates some logic that prevented this from working.

(cherry picked from commit cbdc29492097e24ef3320280bc2a8dedbce02d9a)
src/run/run.c