all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kiran Shila <me@kiranshila.com>
To: 55697@debbugs.gnu.org
Cc: Kiran Shila <me@kiranshila.com>
Subject: [bug#55697] [PATCH] Add sudo and sshd to pam-limits applications
Date: Sat, 28 May 2022 20:54:30 -0700	[thread overview]
Message-ID: <20220529035430.753901-1-me@kiranshila.com> (raw)

---
 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 3fb92e6da0..9a207bbaba 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1438,7 +1438,7 @@ (define pam-limits-service-type
                               (module "pam_limits.so")
                               (arguments '("conf=/etc/security/limits.conf")))))
              (if (member (pam-service-name pam)
-                         '("login" "su" "slim" "gdm-password" "sddm"))
+                         '("login" "su" "slim" "gdm-password" "sddm" "sudo" "sshd"))
                  (pam-service
                   (inherit pam)
                   (session (cons pam-limits
-- 
2.36.1





             reply	other threads:[~2022-05-29 13:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-29  3:54 Kiran Shila [this message]
2022-06-05 21:31 ` bug#55697: [PATCH] Add sudo and sshd to pam-limits applications Ludovic Courtès

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=20220529035430.753901-1-me@kiranshila.com \
    --to=me@kiranshila.com \
    --cc=55697@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.