]> git.ipfire.org Git - thirdparty/systemd.git/commit
dbus-execute: use new exec_context_get_set_login_environment() helper also as backing...
authorLennart Poettering <lennart@poettering.net>
Thu, 21 Dec 2023 09:19:15 +0000 (10:19 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Dec 2023 13:06:40 +0000 (22:06 +0900)
commita6076499db6d534402870b51481aece3473fa551
tree83db1eac88b9b325606c654de35b6ab81caa918e
parent3b4cc1437b51fcc0b08da8cc3f5d1175eed25eb1
dbus-execute: use new exec_context_get_set_login_environment() helper also as backing for dbus property

Note sure why it didn't occur earlier to me, but now that we have this
nice helper to get the effective value of the set_login_environment
field instead of just falling back to "false".

Follow-up for: #30552
src/core/dbus-execute.c