mirror of https://github.com/fail2ban/fail2ban
debian/README.Debian - Instructions on how to establish correct startup/shutdown sequence in systemd for shorewall (Closes: #847728)
final recipepull/2221/head debian/0.10.2-1
parent
071023526f
commit
b9facb80d2
|
@ -11,6 +11,21 @@ Currently, the major difference with upstream: python libraries are
|
||||||
placed under /usr/share/fail2ban instead of /usr/lib/fail2ban to
|
placed under /usr/share/fail2ban instead of /usr/lib/fail2ban to
|
||||||
comply with policy regarding architecture independent resources.
|
comply with policy regarding architecture independent resources.
|
||||||
|
|
||||||
|
Shorewall and startup sequence (#847728)
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
If you are using systemd, create a
|
||||||
|
/etc/systemd/system/fail2ban.service.d/override.conf with contents:
|
||||||
|
|
||||||
|
[Unit]
|
||||||
|
Requires=shorewall.service
|
||||||
|
After=shorewall.service
|
||||||
|
|
||||||
|
go guarantee a proper sequence of startup/shotdown (shorewall should
|
||||||
|
be started before fail2ban, and stopped after). Similar settings
|
||||||
|
could be adopted for other firewall solutions.
|
||||||
|
|
||||||
|
|
||||||
Upgrade from 0.6 versions:
|
Upgrade from 0.6 versions:
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
@ -231,4 +246,4 @@ P.S. Anyone is welcome to recommend proper security solution to this
|
||||||
issue, such as an alternative to sysklogd which allows better control
|
issue, such as an alternative to sysklogd which allows better control
|
||||||
over users logging to specific facilities (such as AUTH)
|
over users logging to specific facilities (such as AUTH)
|
||||||
|
|
||||||
-- Yaroslav Halchenko <debian@onerussian.com>, Fri, 15 Jul 2016 08:59:10 -0400
|
-- Yaroslav Halchenko <debian@onerussian.com>, Mon, 22 Jan 2018 10:37:00 -0500
|
||||||
|
|
|
@ -21,12 +21,16 @@ fail2ban (0.10.2-1) unstable; urgency=medium
|
||||||
- Boosted policy to 4.1.3
|
- Boosted policy to 4.1.3
|
||||||
- sqlite3 is now needed for some tests, thus added to build-depends
|
- sqlite3 is now needed for some tests, thus added to build-depends
|
||||||
and suggests
|
and suggests
|
||||||
|
* debian/README.Debian
|
||||||
|
- Instructions on how to establish correct startup/shutdown sequence
|
||||||
|
in systemd for shorewall (Closes: #847728). Thanks Ben Coleman for the
|
||||||
|
final recipe
|
||||||
|
|
||||||
[ Viktor Szépe ]
|
[ Viktor Szépe ]
|
||||||
* Install provided config for monit under /etc/monit/conf-available
|
* Install provided config for monit under /etc/monit/conf-available
|
||||||
(instead of /etc/monit/monitrc.d, location changed after monit 1:5.15-2)
|
(instead of /etc/monit/monitrc.d, location changed after monit 1:5.15-2)
|
||||||
|
|
||||||
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 20 Jan 2018 22:05:17 -0500
|
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 22 Jan 2018 10:38:19 -0500
|
||||||
|
|
||||||
fail2ban (0.9.7-2) unstable; urgency=medium
|
fail2ban (0.9.7-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue