mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
PRELIMINARY: Modify dbus-configuration to find setuid helper.
This commit is contained in:
parent
fb1e06fc5f
commit
fe1f2c80a1
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue