GNU bug report logs - #52649
[PATCH] Fix pam-mount when using sddm login manager.

Previous Next

Package: guix-patches;

Reported by: Nick Zalutskiy <nick <at> const.fun>

Date: Sat, 18 Dec 2021 22:42:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52649 in the body.
You can then email your comments to 52649 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52649; Package guix-patches. (Sat, 18 Dec 2021 22:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nick Zalutskiy <nick <at> const.fun>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 18 Dec 2021 22:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nick Zalutskiy <nick <at> const.fun>
To: guix-patches <at> gnu.org
Cc: Nick Zalutskiy <nick <at> const.fun>
Subject: [PATCH] Fix pam-mount when using sddm login manager.
Date: Sat, 18 Dec 2021 14:57:08 -0500
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





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sun, 16 Jan 2022 23:20:01 GMT) Full text and rfc822 format available.

Notification sent to Nick Zalutskiy <nick <at> const.fun>:
bug acknowledged by developer. (Sun, 16 Jan 2022 23:20:01 GMT) Full text and rfc822 format available.

Message #10 received at 52649-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Nick Zalutskiy <nick <at> const.fun>
Cc: 52649-done <at> debbugs.gnu.org
Subject: Re: [bug#52649] [PATCH] Fix pam-mount when using sddm login manager.
Date: Sun, 16 Jan 2022 23:18:20 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as 757be0e8af0805ea354a7003a1e2b71475caf9ae with a modified
commit message.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 14 Feb 2022 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.