[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49969] [PATCH v4 08/10] gnu: pam-mount: Add greetd to applied PAM s
From: |
muradm |
Subject: |
[bug#49969] [PATCH v4 08/10] gnu: pam-mount: Add greetd to applied PAM services |
Date: |
Thu, 19 Aug 2021 17:39:04 +0300 |
* gnu/services/pam-mount.scm (pam-mount-service-type): add greetd PAM
service to applicable PAM services
---
gnu/services/pam-mount.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/services/pam-mount.scm b/gnu/services/pam-mount.scm
index 98611462c2..7b25efeb50 100644
--- a/gnu/services/pam-mount.scm
+++ b/gnu/services/pam-mount.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2021 muradm <mail@muradm.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -90,7 +91,7 @@
(module #~(string-append #$pam-mount "/lib/security/pam_mount.so"))))
(list (lambda (pam)
(if (member (pam-service-name pam)
- '("login" "su" "slim" "gdm-password"))
+ '("login" "greetd" "su" "slim" "gdm-password"))
(pam-service
(inherit pam)
(auth (append (pam-service-auth pam)
--
2.32.0
- [bug#49969] [PATCH v3 08/10] gnu: pam-mount: Add greetd to applied PAM services, (continued)
- [bug#49969] [PATCH v3 08/10] gnu: pam-mount: Add greetd to applied PAM services, muradm, 2021/08/12
- [bug#49969] [PATCH v3 02/10] gnu: crates-io: Add rust-pam-sys 0.5.6, muradm, 2021/08/12
- [bug#49969] [PATCH v3 00/10] gnu: desktop: Add seatd-service-type and greetd-service-type, muradm, 2021/08/12
- [bug#49969] [PATCH v4 00/10] gnu: desktop: Add seatd-service-type and greetd-service-type, muradm, 2021/08/19
- [bug#49969] [PATCH v4 01/10] gnu: crates-io: Add rust-enquote 1.0.3, muradm, 2021/08/19
- [bug#49969] [PATCH v4 04/10] gnu: admin: Add greetd-pam-mount, muradm, 2021/08/19
- [bug#49969] [PATCH v4 06/10] gnu: desktop: Add greetd-service-type, muradm, 2021/08/19
- [bug#49969] [PATCH v4 02/10] gnu: crates-io: Add rust-pam-sys 0.5.6, muradm, 2021/08/19
- [bug#49969] [PATCH v4 03/10] gnu: freedesktop: Add greetd 0.7.0, muradm, 2021/08/19
- [bug#49969] [PATCH v4 07/10] gnu: base: Add greetd to applied PAM services, muradm, 2021/08/19
- [bug#49969] [PATCH v4 08/10] gnu: pam-mount: Add greetd to applied PAM services,
muradm <=
- [bug#49969] [PATCH v4 10/10] doc: Add desktop seatd-service-type and greetd-service-type, muradm, 2021/08/19
- [bug#49969] [PATCH v4 05/10] gnu: desktop: Add seatd-service-type, muradm, 2021/08/19
- [bug#49969] [PATCH v4 09/10] gnu: tests: Add seatd/greetd based minimal desktop system tests, muradm, 2021/08/19
- [bug#49969] [PATCH v5 00/10] gnu: desktop: Add seatd-service-type and greetd-service-type, muradm, 2021/08/22
- [bug#49969] [PATCH v5 02/10] gnu: crates-io: Add rust-pam-sys 0.5.6, muradm, 2021/08/22
- [bug#49969] [PATCH v5 04/10] gnu: admin: Add greetd-pam-mount, muradm, 2021/08/22
- [bug#49969] [PATCH v5 05/10] gnu: desktop: Add seatd-service-type, muradm, 2021/08/22
- [bug#49969] [PATCH v5 01/10] gnu: crates-io: Add rust-enquote 1.0.3, muradm, 2021/08/22
- [bug#49969] [PATCH v5 03/10] gnu: freedesktop: Add greetd 0.7.0, muradm, 2021/08/22
- [bug#49969] [PATCH v5 06/10] gnu: desktop: Add greetd-service-type, muradm, 2021/08/22