Revert "services: polkit: Use the right executable name for PAM."
This reverts commit 7f39e181df
.
Polkit actually uses the name "polkit-1" in calls to 'pam_start'.
This commit is contained in:
parent
b798dfde47
commit
7824d4450d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue