]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/nspawn/nspawn.c
nspawn: add --set-credential= and --load-credential=
authorLennart Poettering <lennart@poettering.net>
Thu, 23 Jul 2020 06:47:08 +0000 (08:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 25 Aug 2020 17:45:47 +0000 (19:45 +0200)
commit3652872add1a08f7b7268c6233e047733e2092f6
tree8f932d30b2dbcd6a310b9f5c6aae9c6d8fd430ae
parentbbb4e7f39f2c68c719c26c2c65f8b7b91b009e92
nspawn: add --set-credential= and --load-credential=

Let's allow passing in creds to containers, so that PID 1 inside the
container can pick them up.
src/nspawn/meson.build
src/nspawn/nspawn-creds.c [new file with mode: 0644]
src/nspawn/nspawn-creds.h [new file with mode: 0644]
src/nspawn/nspawn-settings.h
src/nspawn/nspawn.c