You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
437 B
9 lines
437 B
from Config import *
|
|
addFilter("incoherent-logrotate-file /etc/logrotate.d/fail2ban");
|
|
addFilter("macro-in-comment %{(name|version|release)}");
|
|
addFilter("spelling-error .* (tcp|sendmail|shorewall|sshd)");
|
|
# Tests
|
|
addFilter("hidden-file-or-dir .*fail2ban/tests/files/config/apache.*/\.htpasswd");
|
|
addFilter("htaccess-file-error .*fail2ban/tests/files/config/apache.*/\.htaccess");
|
|
addFilter("zero-length .*fail2ban/tests/files/files/");
|