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:
committed by
Ludovic Courtès
parent
a1ecd7f56c
commit
3eb720bd0b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user