guix-devel/gnu/services
Ludovic Courtès d429878daf
activation: Shared system home directories are now 555 and root-owned.
Fixes <https://bugs.gnu.org/34788>.
Reported by Jack Hill <jackhill@jackhill.us>.

Regression introduced by the combination of
8bb76f3d44 and
0ae735bcc8ff7fdc89d67b492bdee9091ee19e86: /var/empty would be 700 and
owned by one of the system accounts (thus inaccessible to others), and
/var/run/dbus would be 700 as well, thereby preventing D-Bus clients
from connecting to the daemon.

* gnu/build/activation.scm (duplicates): New procedure.
(activate-users+groups)[system-accounts]: New variable.
Use it.  Make shared system account home directories #o555 and
root-owned.
* gnu/services/dbus.scm (dbus-activation): Make /var/run/dbus #o755.
* gnu/tests/base.scm (run-basic-test): Test the ownership and
permissions of /var/empty.
2019-03-08 23:21:59 +01:00
..
admin.scm services: Fix typo in (gnu services admin). 2018-12-23 17:57:06 +01:00
audio.scm services: Add 'description' fields. 2017-11-05 15:29:52 +01:00
authentication.scm services: Fix "authentication" service name. 2018-06-23 00:21:23 +02:00
avahi.scm services: avahi: Deprecate the 'avahi-service' procedure. 2019-01-16 14:07:37 +01:00
base.scm gnu: %base-services: Use *getty-service-type. 2019-01-20 16:11:07 +02:00
certbot.scm services: certbot: Don't try to renew certificates on activation. 2018-04-03 16:21:31 +02:00
cgit.scm services: cgit: Disable repo booleans having a global counterpart. 2018-08-13 00:29:47 +02:00
configuration.scm services: messaging: Prosody config supports file-like objects. 2018-03-03 18:21:52 +01:00
cuirass.scm services: Use 'file-append' for user account shells. 2019-03-04 15:22:58 +01:00
cups.scm services: cups: Add description. 2018-06-22 12:37:19 +02:00
databases.scm gnu: postgresql: Add extension-packages. 2018-10-04 22:30:23 +02:00
dbus.scm activation: Shared system home directories are now 555 and root-owned. 2019-03-08 23:21:59 +01:00
desktop.scm services: desktop: Fix define for the upower-service procedure. 2019-02-24 21:48:47 +00:00
dict.scm services: dicod: Depend on 'user-processes'. 2018-03-07 11:22:41 +01:00
dns.scm services: ddclient: Fix unrecognized keywords. 2018-12-04 07:16:00 +03:00
docker.scm services: docker: Make shepherd service also require "dbus-system", 2019-02-11 18:29:01 +01:00
games.scm services: wesnothd: Run as wesnothd user and group. 2018-11-20 22:40:44 +05:30
herd.scm services: herd: Allow to pass arguments to start-service. 2019-01-17 14:04:22 +01:00
kerberos.scm services: Move configuration functions that shouldn't be factorized. 2017-03-12 19:09:32 +01:00
lirc.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
mail.scm services: dovecot: Set correct default value for the "auth" service. 2018-11-10 19:12:21 +01:00
mcron.scm gnu: Move most packages from guile.scm to new module. 2019-01-28 14:57:10 +01:00
messaging.scm services: Use 'define-deprecated' for service procedures. 2019-01-10 14:59:23 +01:00
monitoring.scm services: Use 'file-append' for user account shells. 2019-03-04 15:22:58 +01:00
networking.scm services: Deprecate a few more service procedures. 2019-01-11 12:14:38 +01:00
nfs.scm gnu: Consistently Write ‘file system(s)’. 2018-01-19 17:28:31 +01:00
pm.scm services: Fix GPLv3 header in cuirass and pm modules. 2018-06-20 12:16:11 -04:00
rsync.scm services: Use 'file-append' for user account shells. 2019-03-04 15:22:58 +01:00
sddm.scm gnu: Fix typo in comment. 2016-12-21 20:45:34 +01:00
security-token.scm gnu: services: Fix pcscd activation bug. 2018-08-20 21:43:56 -07:00
shepherd.scm file-systems: Spawn a REPL only when interaction is possible. 2018-12-18 16:04:26 +01:00
sound.scm services: alsa-service-type: Fix the loading of 'pulse' plugin. 2018-06-25 23:29:46 +08:00
spice.scm services: Fix 'mkdir-p' in activation scripts. 2017-01-25 14:05:37 +01:00
ssh.scm services: Use 'file-append' for user account shells. 2019-03-04 15:22:58 +01:00
sysctl.scm services: sysctl: Fix typo. 2017-07-18 20:16:03 +08:00
telephony.scm services: Add murmur. 2017-11-05 15:21:53 +01:00
version-control.scm services: Add Gitolite. 2018-10-02 08:11:17 +01:00
virtualization.scm gnu: services: Export virtlog-configuration. 2018-07-14 13:19:37 +02:00
vpn.scm services: vpn: Fix default tls-auth configuration. 2017-10-10 22:06:08 +02:00
web.scm services: php-fpm: Add 'timezone' configuration. 2018-12-17 22:09:10 +03:00
xorg.scm services: xorg: Enable override of xserver-arguments. 2019-02-17 08:48:49 +01:00