summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2024-08-23 13:40:54 +0200
committerLudovic Courtès <ludo@gnu.org>2024-12-18 18:32:40 +0100
commit3eb720bd0b4bab233918f979bb51b58437db06ad (patch)
tree68da96731376e7bd4d9aa687f4c9d36199273875 /gnu
parenta1ecd7f56c4ffadc49d5501a0df7f4c4556120c2 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/pam.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm
index a035a92e253..07b84b04efe 100644
--- a/gnu/system/pam.scm
+++ b/gnu/system/pam.scm
@@ -34,6 +34,7 @@
34 #:use-module ((guix utils) #:select (%current-system)) 34 #:use-module ((guix utils) #:select (%current-system))
35 #:use-module (gnu packages linux) 35 #:use-module (gnu packages linux)
36 #:export (pam-service 36 #:export (pam-service
37 pam-service?
37 pam-service-name 38 pam-service-name
38 pam-service-account 39 pam-service-account
39 pam-service-auth 40 pam-service-auth
@@ -41,11 +42,13 @@
41 pam-service-session 42 pam-service-session
42 43
43 pam-entry 44 pam-entry
45 pam-entry?
44 pam-entry-control 46 pam-entry-control
45 pam-entry-module 47 pam-entry-module
46 pam-entry-arguments 48 pam-entry-arguments
47 49
48 pam-limits-entry 50 pam-limits-entry
51 pam-limits-entry?
49 pam-limits-entry-domain 52 pam-limits-entry-domain
50 pam-limits-entry-type 53 pam-limits-entry-type
51 pam-limits-entry-item 54 pam-limits-entry-item