all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: muradm <mail@muradm.net>
To: 56608@debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [bug#56608] [PATCH v2 0/2] Add fail2ban-service-type.
Date: Mon, 22 Aug 2022 20:26:05 +0300	[thread overview]
Message-ID: <20220822172607.31515-1-mail@muradm.net> (raw)
In-Reply-To: <87edxxqpg3.fsf@gmail.com>

Hi,

This is v2 version which is:
- configuration uses (gnu services configuration)
- adds system tests

Maxim, this should include all your comments. Regarding test cases
I don't find it feasible to test fail2ban functionality. If you
will have a look at my tests for instance, I make fail2ban
running and ask it if ssh jail is working. Actual ip blocking
should be already tested with fail2ban tests. I hope I could
explain my point.

Thanks in advance,
muradm

muradm (2):
  gnu: security: Add fail2ban-service-type.
  gnu: tests: Add fail2ban tests.

 doc/guix.texi             | 249 ++++++++++++++++++++++++
 gnu/local.mk              |   3 +
 gnu/services/security.scm | 385 ++++++++++++++++++++++++++++++++++++++
 gnu/tests/security.scm    | 314 +++++++++++++++++++++++++++++++
 4 files changed, 951 insertions(+)
 create mode 100644 gnu/services/security.scm
 create mode 100644 gnu/tests/security.scm

-- 
2.37.1





  reply	other threads:[~2022-08-22 19:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-17  2:32 [bug#56608] [PATCH] gnu: security: Add fail2ban-service-type muradm
2022-08-03 16:09 ` Maxim Cournoyer
2022-08-22 17:26   ` muradm [this message]
2022-08-22 17:26     ` [bug#56608] [PATCH v2 1/2] " muradm
2022-08-22 18:53       ` Maxim Cournoyer
2022-08-23 18:22         ` muradm
2022-08-22 17:26     ` [bug#56608] [PATCH v2 2/2] gnu: tests: Add fail2ban tests muradm
2022-08-22 19:13       ` Maxim Cournoyer
2022-08-23 18:51         ` muradm
2022-08-23 20:13           ` [bug#56608] [PATCH v3] gnu: security: Add fail2ban-service-type muradm
2022-08-29  2:01             ` bug#56608: " Maxim Cournoyer
2022-08-23 20:19           ` [bug#56608] [PATCH v2 2/2] gnu: tests: Add fail2ban tests muradm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220822172607.31515-1-mail@muradm.net \
    --to=mail@muradm.net \
    --cc=56608@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.