]> git.ipfire.org Git - thirdparty/systemd.git/commit
vmspawn: Pass credentials via files
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Thu, 3 Jul 2025 12:13:03 +0000 (14:13 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Jul 2025 12:54:19 +0000 (14:54 +0200)
commita79e94aa58a1b112d95ae27e4931bf5a8817ef05
treec56b9a4aef3acadc5f3f1bf03f81af26ff98c4a2
parente19e17df579823093238edb60470b29a2c5e24a6
vmspawn: Pass credentials via files

Credentials data can get potentially very large. Passing it all via
the command line is rather messy. Let's pass all the credential data
via files instead to both make the final command line less verbose
and reduce the chance of us running into command line size limits if
many or large credentials are used.
src/vmspawn/vmspawn.c