aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/security.scm
Commit message (Collapse)AuthorAge
* tests: security: Fix fail2ban-extension-test.Tomas Volf2024-01-12
| | | | | | | | | | | | The openssh-service-type requires 'networking to be setup. So add a static-networking-service-type that provides it. * gnu/tests/security.scm (run-fail2ban-extension-test)[simple-operating-system]: Add static-networking-service-type service. Change-Id: I8d736cbf3fcaa54f86fbd60c52b3595b647731e2 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: security: Add fail2ban-service-type.muradm2022-08-28
* gnu/services/security.scm: New module. * gnu/tests/security.scm: New module. * gnu/local.mk: Add new security module and tests. * doc/guix.text: Add fail2ban-service-type documentation. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>