guix/gnu/tests
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
..
audio.scm
base.scm activation: Shared system home directories are now 555 and root-owned. 2019-03-08 23:21:59 +01:00
databases.scm
desktop.scm
dict.scm
docker.scm tests: docker: Use "package" instead of "dummy-package". 2019-01-18 22:24:14 +01:00
install.scm gnu: Remove duplicate record fields. 2019-01-22 23:04:05 +01:00
mail.scm
messaging.scm services: Add quassel. 2018-12-24 11:18:36 +02:00
monitoring.scm gnu: php-with-bcmath: Deprecate in favour of 'php'. 2019-01-01 18:57:56 +03:00
networking.scm services: Deprecate a few more service procedures. 2019-01-11 12:14:38 +01:00
nfs.scm
rsync.scm
security-token.scm
ssh.scm
version-control.scm
virtualization.scm
web.scm