all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52649] [PATCH] Fix pam-mount when using sddm login manager.
@ 2021-12-18 19:57 Nick Zalutskiy
  2022-01-16 23:18 ` bug#52649: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Zalutskiy @ 2021-12-18 19:57 UTC (permalink / raw)
  To: 52649; +Cc: Nick Zalutskiy

I noticed that pam_mount mounts work fine when loging into a textual
session, but not when using sddm. This patch fixes this problem by
ensuring that pam_mount.so is included in /etc/pam.d/sddm config file.


---
 gnu/services/pam-mount.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/pam-mount.scm b/gnu/services/pam-mount.scm
index 98611462c2..33649b0f7c 100644
--- a/gnu/services/pam-mount.scm
+++ b/gnu/services/pam-mount.scm
@@ -90,7 +90,7 @@ (define optional-pam-mount
      (module #~(string-append #$pam-mount "/lib/security/pam_mount.so"))))
   (list (lambda (pam)
           (if (member (pam-service-name pam)
-                      '("login" "su" "slim" "gdm-password"))
+                      '("login" "su" "slim" "gdm-password" "sddm"))
               (pam-service
                (inherit pam)
                (auth (append (pam-service-auth pam)
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52649: [PATCH] Fix pam-mount when using sddm login manager.
  2021-12-18 19:57 [bug#52649] [PATCH] Fix pam-mount when using sddm login manager Nick Zalutskiy
@ 2022-01-16 23:18 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-01-16 23:18 UTC (permalink / raw)
  To: Nick Zalutskiy; +Cc: 52649-done

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Patch pushed as 757be0e8af0805ea354a7003a1e2b71475caf9ae with a modified
commit message.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-16 23:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-18 19:57 [bug#52649] [PATCH] Fix pam-mount when using sddm login manager Nick Zalutskiy
2022-01-16 23:18 ` bug#52649: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.