summaryrefslogtreecommitdiff
path: root/icons/hachette.svg
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-09-10 17:46:24 +0200
committerWojtek Kosior <koszko@koszko.org>2021-09-10 17:46:24 +0200
commitd658cadf5184b127ec6ae6d6d8900f5e428095b0 (patch)
treec96367f01ba62c45b2ce51f46deec32e6c90bf84 /icons/hachette.svg
parent5c75d7446187a01409eff1a1e5946f66267f61fb (diff)
downloadbrowser-extension-d658cadf5184b127ec6ae6d6d8900f5e428095b0.tar.gz
browser-extension-d658cadf5184b127ec6ae6d6d8900f5e428095b0.zip
disable service workers when scripts are blocked
Diffstat (limited to 'icons/hachette.svg')
0 files changed, 0 insertions, 0 deletions
rvices/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. 2019-04-05services: dbus: Add 'wrapped-dbus-service'.Ludovic Courtès * gnu/services/desktop.scm (wrapped-dbus-service): Move to... * gnu/services/dbus.scm (wrapped-dbus-service): ... here. New procedure. 2019-03-08activation: Shared system home directories are now 555 and root-owned.Ludovic Courtès 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.