unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37405] [PATCH] Services: Check and modify gdm-password in pam-limits
@ 2019-09-14 23:10 Jesse Gibbons
  2019-09-19  2:46 ` Jesse Gibbons
  0 siblings, 1 reply; 5+ messages in thread
From: Jesse Gibbons @ 2019-09-14 23:10 UTC (permalink / raw)
  To: 37405

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

Fixes bug #37380

[-- Attachment #2: 0001-Services-Check-and-modify-gdm-password-in-pam-limits.patch --]
[-- Type: text/x-patch, Size: 964 bytes --]

From 6a0ced2a9ce956071290ea8bba2a74f8c9c8e5f5 Mon Sep 17 00:00:00 2001
From: Jesse Gibbons <jgibbons2357+guix@gmail.com>
Date: Sat, 14 Sep 2019 16:35:39 -0600
Subject: [PATCH] Services: Check and modify gdm-password in pam-limits-service

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

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 25716ef152..6ab7b110ec 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1478,7 +1478,7 @@ information on the configuration file syntax."
                               (module "pam_limits.so")
                               (arguments '("conf=/etc/security/limits.conf")))))
              (if (member (pam-service-name pam)
-                         '("login" "su" "slim"))
+                         '("login" "su" "slim" "gdm-password"))
                  (pam-service
                   (inherit pam)
                   (session (cons pam-limits
-- 
2.23.0


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

end of thread, other threads:[~2019-10-02 14:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-14 23:10 [bug#37405] [PATCH] Services: Check and modify gdm-password in pam-limits Jesse Gibbons
2019-09-19  2:46 ` Jesse Gibbons
2019-09-25 15:47   ` Jesse Gibbons
2019-10-01 23:00     ` Danny Milosavljevic
2019-10-02 14:53       ` Jesse Gibbons

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).