unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55697] [PATCH] Add sudo and sshd to pam-limits applications
@ 2022-05-29  3:54 Kiran Shila
  2022-06-05 21:31 ` bug#55697: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Kiran Shila @ 2022-05-29  3:54 UTC (permalink / raw)
  To: 55697; +Cc: Kiran Shila

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





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

* bug#55697: [PATCH] Add sudo and sshd to pam-limits applications
  2022-05-29  3:54 [bug#55697] [PATCH] Add sudo and sshd to pam-limits applications Kiran Shila
@ 2022-06-05 21:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-06-05 21:31 UTC (permalink / raw)
  To: Kiran Shila; +Cc: 55697-done

Hi,

Kiran Shila <me@kiranshila.com> skribis:

> ---
>  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"))

I added a commit that follows our conventions and applied it.

Thanks,
Ludo’.




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

end of thread, other threads:[~2022-06-05 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29  3:54 [bug#55697] [PATCH] Add sudo and sshd to pam-limits applications Kiran Shila
2022-06-05 21:31 ` bug#55697: " Ludovic Courtès

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).