~ruther/guix-local

ea84bd88da2212bdaa905ce4bbd3d4ac1b5272bc — Andy Wingo 10 years ago ebde7c7
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/desktop.scm
M gnu/services/desktop.scm => gnu/services/desktop.scm +1 -1
@@ 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