diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-09-29 11:45:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-29 21:56:27 +0200 |
commit | 59261a22f9819b1fdf797ffba17af17d385d6c92 (patch) | |
tree | 5c3d651303e22cf804ee3f56149c898ab5488b08 /.dir-locals.el | |
parent | e352706ad39a4d14fe9601785bd2fa9d168ad05e (diff) | |
download | guix-59261a22f9819b1fdf797ffba17af17d385d6c92.tar.gz guix-59261a22f9819b1fdf797ffba17af17d385d6c92.zip |
services: secret-service: Add initial client/server handshake.
This allows the client running on the host to know when it's actually
connect to the server running in the guest. Failing that, the client
would connect right away to QEMU and send secrets even though the server
is not running yet in the guest, which is unreliable.
* gnu/build/secret-service.scm (secret-service-send-secrets): Add
#:handshake-timeout. Read from SOCK an initial message from the
server. Return #f on error.
(secret-service-receive-secrets): Send 'secret-service-server' message
to the client. Close SOCK upon timeout.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service): 'start'
method returns #f when 'secret-service-send-secrets' returns #f.
Diffstat (limited to '.dir-locals.el')
0 files changed, 0 insertions, 0 deletions