The setuid helper of D-Bus is responsible for "service activation". It looks for '.service' files in fixed locations, but the default locations make no sense (see below), so replace them with /etc/dbus-1/system-services. --- dbus-1.10.0/dbus/dbus-sysdeps-util-unix.c 2015-10-22 00:07:03.829251854 +0200 +++ dbus-1.10.0/dbus/dbus-sysdeps-util-unix.c 2015-10-22 00:07:14.893445175 +0200 @@ -1410,10 +1410,7 @@ _dbus_get_standard_system_servicedirs (D * be available. */ static const char standard_search_path[] = - "/usr/local/share:" - "/usr/share:" - DBUS_DATADIR ":" - "/lib"; + "/etc"; DBusString servicedir_path; _dbus_string_init_const (&servicedir_path, standard_search_path); rm.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/git-version-gen
>Ludovic Courtès
AgeCommit message (Expand)Author
2020-01-09doc: Add "Tracking Bugs and Patches" section....Ludovic Courtès
2019-07-13doc: Update keyserver URL....Leo Famulari
2019-02-11HACKING: Update key server....Ludovic Courtès
2018-07-22doc: Fix typo (missing period)...Pierre Neidhardt
2017-08-19doc: Mention how to use emacs-debbugs....Arun Isaac
2017-03-27maint: Give command to install the pre-push hook....Ludovic Courtès
2017-03-24maint: Mention the Signed-off-by line in 'HACKING'....Clément Lassieur
2017-03-15maint: Mention guix-patches@gnu.org in 'HACKING'....Ludovic Courtès
2017-01-30maint: Fix invalid calls to 'info'....Mathieu Lirzin
2017-01-04doc: Add a Git hook that verifies signatures before pushing....Leo Famulari