Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
guix/gnu/build
Ludovic Courtès f331a667d3
services: secret-service: Make the endpoint configurable.
Until now, the secret service had a hard-coded TCP endpoint on port
1004.  This change lets users specify arbitrary socket addresses.

* gnu/build/secret-service.scm (socket-address->string): New procedure,
taken from Shepherd.
(secret-service-send-secrets): Replace ‘port’ by ‘address’ and adjust
accordingly.
(secret-service-receive-secrets): Likewise.
* gnu/services/virtualization.scm (secret-service-shepherd-services):
Likewise.
(secret-service-operating-system): Add optional ‘address’ parameter and
honor it.  Adjust ‘start’ method accordingly.

Change-Id: I87a9514f1c170dca756ce76083d7182c6ebf6578
2024-02-10 22:59:43 +01:00
..
accounts.scm accounts: Fix typo in comment. 2023-10-12 18:53:06 +02:00
activation.scm gnu: system: Add home-directory-permissions field to <user-account>. 2023-08-25 15:12:54 +02:00
bootloader.scm image: Add support for 32bit UEFI. 2022-06-24 10:21:06 +02:00
chromium-extension.scm chromium-extension: Compute json at argument evaluation time. 2023-12-27 17:18:52 +01:00
cross-toolchain.scm gnu: cross-toolchain: Add set-cross-path for AVR. 2023-12-11 13:36:51 +02:00
dbus-service.scm services: dbus-service, secret-service: Do not cause (fibers) to be loaded. 2023-05-06 17:12:45 +02:00
file-systems.scm file-systems: Validate 'no-diratime flag. 2023-02-26 01:00:07 +01:00
hurd-boot.scm hurd-boot: Setup/dev/hdX, /dev/hdXsY IDE device node translators. 2023-10-01 15:51:23 +02:00
icecat-extension.scm gnu: ‘make-icecat-extension’ inherits package location. 2023-12-10 21:46:52 +01:00
image.scm gnu: image: Add support for unformatted partitions. 2023-06-14 14:52:21 +03:00
install.scm install: 'umount-cow-store' retries upon EBUSY. 2022-12-10 14:34:35 +01:00
jami-service.scm build: jami-service: account->username always return a fingerprint. 2022-09-23 23:56:15 -04:00
linux-boot.scm linux-boot: Don't create /root before it's used. 2023-11-19 01:00:00 +01:00
linux-container.scm linux-container: 'container-excursion' forks to join the PID namespace. 2023-01-30 22:24:27 +01:00
linux-initrd.scm
linux-modules.scm linux-modules: Fix module dependency loading. 2023-10-15 02:00:00 +02:00
locale.scm
marionette.scm marionette: Allow passing custom OCR arguments. 2023-07-19 10:38:15 -04:00
secret-service.scm services: secret-service: Make the endpoint configurable. 2024-02-10 22:59:43 +01:00
shepherd.scm shepherd: Remove ‘make-forkexec-constructor/container’. 2023-12-22 00:31:42 +01:00
svg.scm