Skip to content
Snippets Groups Projects
Commit fe1f2c80 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

PRELIMINARY: Modify dbus-configuration to find setuid helper.

parent fb1e06fc
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ (define build ...@@ -61,6 +61,7 @@ (define build
(define (services->sxml services) (define (services->sxml services)
;; Return the SXML 'includedir' clauses for DIRS. ;; Return the SXML 'includedir' clauses for DIRS.
`(busconfig `(busconfig
(servicehelper "/run/setuid-programs/dbus-daemon-launch-helper")
,@(append-map (lambda (dir) ,@(append-map (lambda (dir)
`((includedir `((includedir
,(string-append dir "/etc/dbus-1/system.d")) ,(string-append dir "/etc/dbus-1/system.d"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment