diff options
author | Brian Cully <bjc@spork.org> | 2023-07-18 10:06:16 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-08-10 09:26:08 +0200 |
commit | 8a88b8b0b5924f8ed00a49e79714cb005cffc7cb (patch) | |
tree | 4faf6c0127bb5c17310b9e4c785344ddca0a5145 /Makefile.am | |
parent | 90e34d25d5e7c14b7f3293a78f3cdad676c0d035 (diff) |
services: Add pam-mount-volume-service-type.
The `pam-mount-volumes-service-type' adds additional volumes to the
pam-mount-service-type in addition to any that are already specified in
`pam-mount-rules'.
* doc/guix.texi (PAM Mount Volume Service): add documentation for
`pam-mount-service-type'.
* gnu/services/pam-mount.scm: new file.
* Makefile.am: add pam-mount tests
* tests/services/pam-mount.scm: new tests
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ca9ec48fa3..693e14effe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -559,6 +559,7 @@ SCM_TESTS = \ tests/services/configuration.scm \ tests/services/lightdm.scm \ tests/services/linux.scm \ + tests/services/pam-mount.scm \ tests/services/telephony.scm \ tests/services/vpn.scm \ tests/sets.scm \ |