mirror of https://github.com/fail2ban/fail2ban
some typos and TODOs -- thanks lintian
parent
1a86683bea
commit
8f42580c05
|
@ -33,7 +33,7 @@ fail2ban with apache, please enable apache section manually in
|
||||||
[apache]
|
[apache]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
NOTE: -e command line parameter is non existant in 0.7.x
|
NOTE: -e command line parameter is non existent in 0.7.x
|
||||||
|
|
||||||
|
|
||||||
* Interpolations vs actions/filters parameters:
|
* Interpolations vs actions/filters parameters:
|
||||||
|
@ -216,7 +216,7 @@ for more information on jail options.
|
||||||
From
|
From
|
||||||
http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Possibility_of_DOS_attack_by_a_local_user
|
http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Possibility_of_DOS_attack_by_a_local_user
|
||||||
|
|
||||||
Especially on systems wich provide ssh/CGI/PHP services to unknown
|
Especially on systems which provide ssh/CGI/PHP services to unknown
|
||||||
users it is possible to block other users from ssh and probably other
|
users it is possible to block other users from ssh and probably other
|
||||||
access as a unprivileged user may issue:
|
access as a unprivileged user may issue:
|
||||||
|
|
||||||
|
@ -231,4 +231,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>, Thu, 28 Jul 2011 23:19:44 -0400
|
-- Yaroslav Halchenko <debian@onerussian.com>, Fri, 15 Jul 2016 08:59:10 -0400
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
* Collect more sections for other log files
|
* completions installation
|
||||||
|
|
||||||
|
W: fail2ban: package-installs-into-obsolete-dir etc/bash_completion.d/ : ^etc/bash_completion.d/ -> usr/share/bash-completion/completions (see also https://bugs.debian.org/776954)
|
||||||
|
W: fail2ban: package-installs-into-obsolete-dir etc/bash_completion.d/fail2ban : ^etc/bash_completion.d/ -> usr/share/bash-completion/completions (see also https://bugs.debian.org/776954)
|
||||||
|
|
||||||
* Find proper answer to "Syslog entries can be 'forged' by a regular
|
* Find proper answer to "Syslog entries can be 'forged' by a regular
|
||||||
user" mentioned in README.Debian
|
user" mentioned in README.Debian
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue