aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fonts.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-05 08:49:55 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-05 09:12:48 +0200
commit611024367b94157913667d8ce35f1caed894bd10 (patch)
tree1e0685d0edb42be04aa8f449b269dab1e225a48f /gnu/packages/fonts.scm
parentd7390d7c632ab89ff39ebae0362e1c4fbed630e6 (diff)
downloadguix-611024367b94157913667d8ce35f1caed894bd10.tar.gz
guix-611024367b94157913667d8ce35f1caed894bd10.zip
gnu: r-scdd: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-scdd): Update to 1.16.0.
Diffstat (limited to 'gnu/packages/fonts.scm')
0 files changed, 0 insertions, 0 deletions
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