guix/gnu/build
Ludovic Courtès 59261a22f9
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.
2020-09-29 21:56:27 +02:00
..
accounts.scm
activation.scm
bootloader.scm
cross-toolchain.scm
file-systems.scm linux-boot: Handle nfs-root device strings. 2020-09-07 11:00:48 +02:00
hurd-boot.scm
image.scm image: Add support for compressed-qcow2 format. 2020-09-29 11:42:52 +02:00
install.scm install: Factorize cow-store procedure. 2020-09-02 17:05:22 +02:00
linux-boot.scm linux-boot: Handle nfs-root device strings. 2020-09-07 11:00:48 +02:00
linux-container.scm build: linux-container: Fix run-container. 2020-09-10 09:38:52 +02:00
linux-initrd.scm
linux-modules.scm
locale.scm
marionette.scm
secret-service.scm services: secret-service: Add initial client/server handshake. 2020-09-29 21:56:27 +02:00
shepherd.scm build: shepherd: Check for container support. 2020-09-21 10:22:12 +02:00
svg.scm
vm.scm