summaryrefslogtreecommitdiff
path: root/gnu/services/authentication.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2019-04-24 22:21:35 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2019-04-24 22:21:35 +0200
commit9374cbd1fb29395a5e849e95e8a249e5f9f944c0 (patch)
tree8c0a52b3d06be953144be9de5afdab22a6072c8e /gnu/services/authentication.scm
parent190dc09e95cf3b466a11ab921cc6b9d2f3bbd587 (diff)
downloadguix-patches-9374cbd1fb29395a5e849e95e8a249e5f9f944c0.tar
guix-patches-9374cbd1fb29395a5e849e95e8a249e5f9f944c0.tar.gz
services: fprintd: Provide polkit policy.
* gnu/services/authentication.scm (fprintd-service-type)[extensions]: Add polkit-service-type.
Diffstat (limited to 'gnu/services/authentication.scm')
-rw-r--r--gnu/services/authentication.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/services/authentication.scm b/gnu/services/authentication.scm
index 16df4da1fc..73969a5a6d 100644
--- a/gnu/services/authentication.scm
+++ b/gnu/services/authentication.scm
@@ -53,6 +53,8 @@
(service-type (name 'fprintd)
(extensions
(list (service-extension dbus-root-service-type
+ fprintd-dbus-service)
+ (service-extension polkit-service-type
fprintd-dbus-service)))
(default-value (fprintd-configuration))
(description