All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/fail2ban: add conditional python-systemd dependancy
@ 2020-02-03 17:24 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2020-02-03 17:24 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=b6e0aaa5441275675ea953b5d980ca7d6df918e1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

fail2ban needs python-systemd for its systemd backend to
be able to read logs from systemd/journald

Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/fail2ban/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/fail2ban/Config.in b/package/fail2ban/Config.in
index 39e996fdb6..86e6233793 100644
--- a/package/fail2ban/Config.in
+++ b/package/fail2ban/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_FAIL2BAN
 	bool "fail2ban"
 	depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
+	select BR2_PACKAGE_PYTHON_SYSTEMD if BR2_PACKAGE_SYSTEMD
 	help
 	  Fail2ban scans log files (e.g. /var/log/apache/error_log) and
 	  bans IPs that show the malicious signs -- too many password

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-03 17:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 17:24 [Buildroot] [git commit] package/fail2ban: add conditional python-systemd dependancy Peter Korsgaard

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.