PRELIMINARY: Modify dbus-configuration to find setuid helper.

This commit is contained in:
Mark H Weaver 2015-07-27 01:20:08 -04:00
parent fb1e06fc5f
commit fe1f2c80a1

View file

@ -61,6 +61,7 @@ (define build
(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"))