[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: services: Install policies for polkit service.
From: |
Andy Wingo |
Subject: |
01/01: gnu: services: Install policies for polkit service. |
Date: |
Wed, 24 Feb 2016 09:18:16 +0000 |
wingo pushed a commit to branch master
in repository guix.
commit ea84bd88da2212bdaa905ce4bbd3d4ac1b5272bc
Author: Andy Wingo <address@hidden>
Date: Sun Feb 21 22:06:12 2016 +0100
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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index e4f0736..02bcf1b 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -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