mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02: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:
@@ -378,7 +378,7 @@ site} for more information."
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user