diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2019-04-24 22:21:35 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-04-24 22:21:35 +0200 |
commit | 9374cbd1fb29395a5e849e95e8a249e5f9f944c0 (patch) | |
tree | 8c0a52b3d06be953144be9de5afdab22a6072c8e | |
parent | 190dc09e95cf3b466a11ab921cc6b9d2f3bbd587 (diff) | |
download | patches-9374cbd1fb29395a5e849e95e8a249e5f9f944c0.tar patches-9374cbd1fb29395a5e849e95e8a249e5f9f944c0.tar.gz |
services: fprintd: Provide polkit policy.
* gnu/services/authentication.scm (fprintd-service-type)[extensions]: Add
polkit-service-type.
-rw-r--r-- | gnu/services/authentication.scm | 2 |
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 |