]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: extract exec_context_apply_set_credential() helper
authorMichael Vogt <michael@amutable.com>
Tue, 5 May 2026 07:43:50 +0000 (09:43 +0200)
committerMichael Vogt <michael@amutable.com>
Wed, 13 May 2026 17:28:35 +0000 (19:28 +0200)
commit045d08e41744f0f0ec54a684ba37cd8ad46b5243
tree04d348bff4e4921d1e9f5395c6435184a79489b9
parent27fa92aa3cc3e5b8b7511c52c32b49d136a2d092
core: extract exec_context_apply_set_credential() helper

Extract the SetCredential{,Encrypted} logic out of
bus_exec_context_set_transient_property() into a new helper.
No functional changes.

This will be used in the varlink Unit.StartTransient SetCredential
implementation.
src/core/dbus-execute.c
src/core/execute.c
src/core/execute.h