guix/gnu/services
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
..
admin.scm
audio.scm
auditd.scm
authentication.scm
avahi.scm
base.scm services: guix: Generate key pair if needed during activation. 2020-09-29 21:56:27 +02:00
certbot.scm
cgit.scm
configuration.scm
cuirass.scm services: cuirass: Create queries log files at activation. 2020-09-24 13:51:57 +02:00
cups.scm
databases.scm
dbus.scm
desktop.scm services: Add elogind ‘handle-lid-switch-external-power’. 2020-09-28 16:00:49 +02:00
dict.scm
dns.scm
docker.scm services: docker: Fix configuration. 2020-09-23 23:40:29 +03:00
games.scm
ganeti.scm
getmail.scm
guix.scm
herd.scm
hurd.scm
kerberos.scm
linux.scm
lirc.scm
mail.scm
mcron.scm
messaging.scm
monitoring.scm
networking.scm services: WPA Supplicant: Conditionally depend on D-Bus. 2020-09-24 20:18:20 +02:00
nfs.scm
nix.scm
pam-mount.scm
pm.scm
rsync.scm
science.scm
sddm.scm
security-token.scm
shepherd.scm
sound.scm
spice.scm
ssh.scm
sysctl.scm
telephony.scm
version-control.scm
virtualization.scm services: secret-service: Add initial client/server handshake. 2020-09-29 21:56:27 +02:00
vpn.scm
web.scm
xorg.scm