]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: add SetCredentials{,Encrypted} to varlink Unit.StartTransient 41874/head
authorMichael Vogt <michael@amutable.com>
Tue, 5 May 2026 08:16:11 +0000 (10:16 +0200)
committerMichael Vogt <michael@amutable.com>
Wed, 13 May 2026 17:28:35 +0000 (19:28 +0200)
commitde2ad965c2ef6f775f61019ad86899bd5a5bf410
treeed721263262efd17a01e9290b25cfeaa1287fa26
parent045d08e41744f0f0ec54a684ba37cd8ad46b5243
core: add SetCredentials{,Encrypted} to varlink Unit.StartTransient

This commit adds support to set `SetCredentials` and
`SetCredentialsEncrypted` in the `io.systemd.Unit.StartTransient`
varlink call.
src/core/varlink-unit.c
src/shared/varlink-io.systemd.Unit.c
test/units/TEST-26-SYSTEMCTL.sh