guix/gnu/services
Nigko Yerden eb1515849e
services: tor: Add support for pluggable transports.
Pluggable transports are programs that disguise Tor traffic, which
can be useful in case Tor is censored.  Pluggable transports
cannot be configured by #:config-file file exclusively because Tor
process is run via 'least-authority-wrapper' and cannot have access
to transport plugin, which is a separate executable (Bug#70302,
Bug#70332).

* doc/guix.texi (Networking Services): Document 'tor-transport-plugin'
data type and 'transport-plugins' option for 'tor-configuration.
* gnu/services/networking.scm: Export
'tor-configuration-transport-plugins', 'tor-transport-plugin',
'tor-transport-plugin?', 'tor-plugin-role',
'tor-plugin-protocol', and 'tor-plugin-program'.
(<tor-configuration>): Add 'transport-plugins' field.
(<tor-transport-plugin>): New variable.
(tor-configuration->torrc): Add content to 'torrc' computed-file.
(tor-shepherd-service): Add file-system-mapping(s).

Change-Id: I1b0319358778c7aee650bc843e021a6803a1cf3a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-14 14:08:43 +02:00
..
admin.scm services: admin: Support rebooting after an unattended upgrade 2024-09-16 00:16:21 +02:00
audio.scm
auditd.scm
authentication.scm
avahi.scm
backup.scm
base.scm services: file-system: Do not try to unmount /dev and /. 2024-09-19 19:03:08 +02:00
certbot.scm services: certbot: Add certbot-configuration-package to profile. 2024-09-03 13:59:33 +02:00
cgit.scm
ci.scm
configuration.scm services: configuration: Document multiple configurations per field. 2024-10-14 14:08:43 +02:00
cuirass.scm
cups.scm
databases.scm
dbus.scm services: polkit: Migrate to (gnu system privilege). 2024-09-08 02:00:00 +02:00
desktop.scm services: desktop: Migrate to (gnu system privilege). 2024-09-08 02:00:00 +02:00
dict.scm
dns.scm
docker.scm privilege: Add file-like->setuid-program helper. 2024-09-08 02:00:00 +02:00
file-sharing.scm
games.scm services: Extend udev rules in joycond-service-type. 2024-10-07 01:20:22 +09:00
ganeti.scm
getmail.scm
guix.scm services: guix-build-coordinator-agent: Add extra-options. 2024-09-18 11:21:06 +02:00
herd.scm
hurd.scm
kerberos.scm
ldap.scm
lightdm.scm
linux.scm
lirc.scm
mail.scm
mcron.scm
messaging.scm
monitoring.scm
networking.scm services: tor: Add support for pluggable transports. 2024-10-14 14:08:43 +02:00
nfs.scm
nix.scm
pam-mount.scm
pm.scm
rsync.scm
samba.scm
science.scm
sddm.scm
security-token.scm
security.scm
shepherd.scm
sound.scm
spice.scm
ssh.scm
syncthing.scm
sysctl.scm
telephony.scm
version-control.scm
virtualization.scm
vnc.scm
vpn.scm
web.scm
xorg.scm services: screen-locker: Migrate to (gnu system privilege). 2024-09-01 02:00:00 +02:00