diff --git a/modules-strict.conf b/modules-strict.conf index c0ad3eb..64cadcb 100644 --- a/modules-strict.conf +++ b/modules-strict.conf @@ -1333,3 +1333,10 @@ gnome = module # Policy for sendmail. # qmail = module + +# Layer: services +# Module: fail2ban +# +# daiemon that bans IP that makes too many password failures +# +fail2ban = module diff --git a/modules-targeted.conf b/modules-targeted.conf index 6e722ee..319370d 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -1208,3 +1208,10 @@ qmail = module # games = module +# Layer: services +# Module: fail2ban +# +# daiemon that bans IP that makes too many password failures +# +fail2ban = module + diff --git a/selinux-policy.spec b/selinux-policy.spec index d698e8e..85c2f7f 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -16,7 +16,7 @@ %define CHECKPOLICYVER 1.30.11-1 Summary: SELinux policy configuration Name: selinux-policy -Version: 2.5.6 +Version: 2.5.7 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -356,6 +356,10 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init %endif %changelog +* Thu Mar 1 2007 Dan Walsh 2.5.7-1 +- Update to latest from upstream +- Add fail2ban policy + * Wed Feb 28 2007 Dan Walsh 2.5.6-1 - Update to remove security_t:filesystem getattr problems