guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: Revert "services: polkit: Use the right executable name for PAM."


From: Ludovic Courtès
Subject: 01/05: Revert "services: polkit: Use the right executable name for PAM."
Date: Sun, 01 Nov 2015 21:24:36 +0000

civodul pushed a commit to branch master
in repository guix.

commit 7824d4450d6b47ae7c5634e8952edad644854b2b
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 1 21:27:36 2015 +0100

    Revert "services: polkit: Use the right executable name for PAM."
    
    This reverts commit 7f39e181dfb34db8f245f3ffafe34eec9cee910d.
    
    Polkit actually uses the name "polkit-1" in calls to 'pam_start'.
---
 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 f0ae108..31d196d 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -357,7 +357,7 @@ site} for more information."
          (shell "/run/current-system/profile/sbin/nologin"))))
 
 (define %polkit-pam-services
-  (list (unix-pam-service "polkitd")))
+  (list (unix-pam-service "polkit-1")))
 
 (define (polkit-directory packages)
   "Return a directory containing an @file{actions} and possibly a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]