From ea84bd88da2212bdaa905ce4bbd3d4ac1b5272bc Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 21 Feb 2016 22:06:12 +0100 Subject: 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. --- gnu/services/desktop.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/services') diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index e4f0736b89..02bcf1b19f 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -378,7 +378,7 @@ (define (polkit-directory packages) (define polkit-etc-files (match-lambda (($ polkit packages) - `(("polkit-1" ,(polkit-directory packages)))))) + `(("polkit-1" ,(polkit-directory (cons polkit packages))))))) (define polkit-setuid-programs (match-lambda -- cgit v1.2.3