summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-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