all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jesse Gibbons <jgibbons2357@gmail.com>
To: 37405@debbugs.gnu.org
Subject: [bug#37405] [PATCH] Services: Check and modify gdm-password in pam-limits
Date: Sat, 14 Sep 2019 17:10:14 -0600	[thread overview]
Message-ID: <73e46631970b385218a1b067e545bd8e7ef21ddf.camel@gmail.com> (raw)

[-- 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


             reply	other threads:[~2019-09-14 23:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-14 23:10 Jesse Gibbons [this message]
2019-09-19  2:46 ` [bug#37405] [PATCH] Services: Check and modify gdm-password in pam-limits Jesse Gibbons
2019-09-25 15:47   ` Jesse Gibbons
2019-10-01 23:00     ` Danny Milosavljevic
2019-10-02 14:53       ` Jesse Gibbons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=73e46631970b385218a1b067e545bd8e7ef21ddf.camel@gmail.com \
    --to=jgibbons2357@gmail.com \
    --cc=37405@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.