]> 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)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 13 May 2021 15:49:06 +0000 (16:49 +0100)
commitcbdc29492097e24ef3320280bc2a8dedbce02d9a
treefcc807e8d0f24d90522f548b387da093ec4650d3
parenta2031de849da52aa85b7e4326c0112ed7e5b5672
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.
src/run/run.c