mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: services: Install policies for polkit service.
* gnu/services/desktop.scm (polkit-etc-files): Add the polkit package itself to the list of packages to scan for .policy files. This add support for pkexec.
This commit is contained in:
parent
ebde7c7a9b
commit
ea84bd88da
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ (define (polkit-directory packages)
|
|||
(define polkit-etc-files
|
||||
(match-lambda
|
||||
(($ <polkit-configuration> polkit packages)
|
||||
`(("polkit-1" ,(polkit-directory packages))))))
|
||||
`(("polkit-1" ,(polkit-directory (cons polkit packages)))))))
|
||||
|
||||
(define polkit-setuid-programs
|
||||
(match-lambda
|
||||
|
|
Loading…
Reference in a new issue