]> git.ipfire.org Git - thirdparty/systemd.git/commit
pam_systemd: set $DBUS_SESSION_BUS_ADDRESS unconditionally 11327/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 6 Jan 2019 16:37:00 +0000 (17:37 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 6 Jan 2019 16:37:00 +0000 (17:37 +0100)
commit69bd76f2b90cd00c1596b2e2c05845a4d9596fd2
tree57a8ca6e153c65ca39f4abf5166721c6dedf063d
parent00efd4988b8e4a147f96337de32e54925640f0b7
pam_systemd: set $DBUS_SESSION_BUS_ADDRESS unconditionally

There's very little lost if the variable is set for a socket that isn't
connectible, but a lot lost (races, ...) if it's not set but the socket exists.

Also, drop the FIXME note, since we don't plan to revert this revert any time
soon.
src/login/pam_systemd.c