aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/store-api.hh
diff options
context:
space:
mode:
authorRyan Prior via Guix-patches via <guix-patches@gnu.org>2020-12-30 04:12:39 +0000
committerLeo Famulari <leo@famulari.name>2020-12-30 18:32:36 -0500
commitd598e43f03e288dba420821dcf4397bc37700c6d (patch)
tree013bb118b55c39ddc3fc4fab22d1ca6c46c2052c /nix/libstore/store-api.hh
parent9d6863de245fc061f24693b58ce87e73fe299d31 (diff)
downloadguix-d598e43f03e288dba420821dcf4397bc37700c6d.tar.gz
guix-d598e43f03e288dba420821dcf4397bc37700c6d.zip
gnu: esbuild: Update to 0.8.27.
* gnu/packages/web.scm (esbuild): Update to 0.8.27. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'nix/libstore/store-api.hh')
0 files changed, 0 insertions, 0 deletions
s-service' accepts a list of variables....* gnu/services/dbus.scm (wrapped-dbus-service): Replace 'variable' and 'value' by 'variables', and adjust code accordingly. * gnu/services/desktop.scm (upower-dbus-service): (geoclue-dbus-service, elogind-dbus-service): Adjust accordingly. Ludovic Courtès 2019-04-05services: dbus: Add 'wrapped-dbus-service'....* gnu/services/desktop.scm (wrapped-dbus-service): Move to... * gnu/services/dbus.scm (wrapped-dbus-service): ... here. New procedure. Ludovic Courtès 2019-03-08activation: 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 8bb76f3d44c1f5ffec8011819494db306a51d801 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. Ludovic Courtès