emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55697: closed ([PATCH] Add sudo and sshd to pam-limits applications)


From: GNU bug Tracking System
Subject: bug#55697: closed ([PATCH] Add sudo and sshd to pam-limits applications)
Date: Sun, 05 Jun 2022 21:32:01 +0000

Your message dated Sun, 05 Jun 2022 23:31:23 +0200
with message-id <87bkv6er10.fsf@gnu.org>
and subject line Re: bug#55697: [PATCH] Add sudo and sshd to pam-limits 
applications
has caused the debbugs.gnu.org bug report #55697,
regarding [PATCH] Add sudo and sshd to pam-limits applications
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55697: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55697
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add sudo and sshd to pam-limits applications Date: Sat, 28 May 2022 20:54:30 -0700
---
 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#55697: [PATCH] Add sudo and sshd to pam-limits applications Date: Sun, 05 Jun 2022 23:31:23 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]