PRELIMINARY: Modify dbus-configuration to find setuid helper.
This commit is contained in:
parent
fb1e06fc5f
commit
fe1f2c80a1
|
@ -61,6 +61,7 @@
|
||||||
(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"))
|
||||||
|
|
Loading…
Reference in New Issue