guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: PRELIMINARY: Modify dbus-configuration to find setuid helper.


From: Mark H. Weaver
Subject: 06/08: PRELIMINARY: Modify dbus-configuration to find setuid helper.
Date: Wed, 19 Aug 2015 03:53:37 +0000

mhw pushed a commit to branch master
in repository guix.

commit fe1f2c80a170feee3e448277b9361092328d355c
Author: Mark H Weaver <address@hidden>
Date:   Mon Jul 27 01:20:08 2015 -0400

    PRELIMINARY: Modify dbus-configuration to find setuid helper.
---
 gnu/services/desktop.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 48c8640..d537a05 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -61,6 +61,7 @@
         (define (services->sxml services)
           ;; Return the SXML 'includedir' clauses for DIRS.
           `(busconfig
+            (servicehelper "/run/setuid-programs/dbus-daemon-launch-helper")
             ,@(append-map (lambda (dir)
                             `((includedir
                                ,(string-append dir "/etc/dbus-1/system.d"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]