Skip to content
Snippets Groups Projects
Commit 7824d445 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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

This reverts commit 7f39e181.

Polkit actually uses the name "polkit-1" in calls to 'pam_start'.
parent b798dfde
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ (define %polkit-accounts
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment