1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

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>
This commit is contained in:
Giacomo Leidi
2024-08-23 13:40:54 +02:00
committed by Ludovic Courtès
parent a1ecd7f56c
commit 3eb720bd0b

View File

@@ -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