mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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:
parent
a1ecd7f56c
commit
3eb720bd0b
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@ (define-module (gnu system pam)
|
|||
#: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 @@ (define-module (gnu system pam)
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue