]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places
authorLennart Poettering <lennart@poettering.net>
Fri, 17 Jul 2020 10:58:19 +0000 (12:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Jul 2020 08:32:01 +0000 (10:32 +0200)
commit49f16281c90c22d34b3511c27d43ebacf22fac62
tree304cab60889a67527bd12d54ada1a12d575d0abc
parentc668aa8b351717cfce766cbe85a82cb3c2d40d18
tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places

Let's use the new flag wherever we read key material/passphrases/hashes
off disk, so that people can plug in their own IPC service as backend if
they like, easily.

(My main goal was actually to support this for crypttab key files — i.e.
that you can specify AF_UNIX sockets as third column in crypttab — but
that's harder to implement, since the keys are read via libcryptsetup's
API, not ours.)
man/systemd-journal-gatewayd.service.xml
man/systemd-journal-remote.service.xml
man/systemd.netdev.xml
src/journal-remote/journal-gatewayd.c
src/journal-remote/journal-remote-main.c
src/network/netdev/macsec.c
src/network/netdev/wireguard.c
src/veritysetup/veritysetup.c