[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: system: pam: Export pam records predicates.
From: |
guix-commits |
Subject: |
04/10: system: pam: Export pam records predicates. |
Date: |
Wed, 18 Dec 2024 12:35:48 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 3eb720bd0b4bab233918f979bb51b58437db06ad
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Fri Aug 23 13:40:54 2024 +0200
system: pam: Export pam records predicates.
* gnu/system/pam.scm: Export pam-service-name?, pam-entry? and
pam-limits-entry?.
Change-Id: I609acfcaae85b4969dc385b72b307e470f5a246e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/system/pam.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm
index a035a92e25..07b84b04ef 100644
--- a/gnu/system/pam.scm
+++ b/gnu/system/pam.scm
@@ -34,6 +34,7 @@
#:use-module ((guix utils) #:select (%current-system))
#:use-module (gnu packages linux)
#:export (pam-service
+ pam-service?
pam-service-name
pam-service-account
pam-service-auth
@@ -41,11 +42,13 @@
pam-service-session
pam-entry
+ pam-entry?
pam-entry-control
pam-entry-module
pam-entry-arguments
pam-limits-entry
+ pam-limits-entry?
pam-limits-entry-domain
pam-limits-entry-type
pam-limits-entry-item
- branch master updated (478b9ccea8 -> 777fde8299), guix-commits, 2024/12/18
- 01/10: accounts: Add /etc/subuid and /etc/subgid support., guix-commits, 2024/12/18
- 06/10: services: iptables: Provide a default value., guix-commits, 2024/12/18
- 03/10: system: Add /etc/subuid and /etc/subgid support., guix-commits, 2024/12/18
- 10/10: etc: ungraft: Use ‘package-mapping’ directly., guix-commits, 2024/12/18
- 04/10: system: pam: Export pam records predicates.,
guix-commits <=
- 05/10: services: pam: Allow extension of pam limits., guix-commits, 2024/12/18
- 07/10: services: Add rootless-podman-service-type., guix-commits, 2024/12/18
- 08/10: packages: Add #:recursive? to ‘package-input-rewriting’., guix-commits, 2024/12/18
- 09/10: etc: upgrade: Really compute joint upgrades., guix-commits, 2024/12/18
- 02/10: accounts: Add /etc/subid and /etc/subgid allocation logic., guix-commits, 2024/12/18