From 8f42580c050fd2d229ba598afbb0c2e3718c0b3e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 15 Jul 2016 09:00:29 -0400 Subject: [PATCH] some typos and TODOs -- thanks lintian --- debian/README.Debian | 6 +++--- debian/TODO | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index f24d504b..a8922861 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -33,7 +33,7 @@ fail2ban with apache, please enable apache section manually in [apache] 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: @@ -216,7 +216,7 @@ for more information on jail options. From 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 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 over users logging to specific facilities (such as AUTH) - -- Yaroslav Halchenko , Thu, 28 Jul 2011 23:19:44 -0400 + -- Yaroslav Halchenko , Fri, 15 Jul 2016 08:59:10 -0400 diff --git a/debian/TODO b/debian/TODO index 1dc1e13d..e96d3b23 100644 --- a/debian/TODO +++ b/debian/TODO @@ -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 user" mentioned in README.Debian