]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/exec-credential: only pass needed bits of ExecParameters down in exec_setup_cred...
authorMike Yuan <me@yhndnzj.com>
Sun, 14 Dec 2025 07:56:35 +0000 (08:56 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 10 Feb 2026 20:54:11 +0000 (21:54 +0100)
commitbae58ceff7c7a10280017a64b12ff097dba48147
tree97376e5df7e8f0f7ae5eaf0e7cf91595f4d9858f
parent7c358751a4f7a2f4e21e9d3a4f8ca7d3436c0bba
core/exec-credential: only pass needed bits of ExecParameters down in exec_setup_credentials()

No functional change, preparation for credential reloading support,
where we'd operate on Unit rather than ExecParameters.
src/core/exec-credential.c
src/core/exec-credential.h
src/core/exec-invoke.c