This is an automated email from the git hooks/post-receive script.
podiki pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 63660f0feb services: pam-limits: Add lightdm.
63660f0feb is described below
commit 63660f0febb4aa0d5260791c82dfde15c0df4c79
Author: John Kehayias <[email protected]>
AuthorDate: Tue Jun 27 15:43:27 2023 -0400
services: pam-limits: Add lightdm.
Without this a user's pam-limits-service-type configuration does not have an
effect when using lightdm.
* gnu/services/base.scm (pam-limits-service-type): Add "lightdm" to the
list.
---
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 bbc2ac2c79..636d827ff9 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1613,7 +1613,7 @@ information on the configuration file syntax."
'("conf=/etc/security/limits.conf")))))
(if (member (pam-service-name pam)
'("login" "greetd" "su" "slim" "gdm-password"
- "sddm" "sudo" "sshd"))
+ "sddm" "sudo" "sshd" "lightdm"))
(pam-service
(inherit pam)
(session (cons pam-limits