- Update to latest from upstream

- Add fail2ban policy
This commit is contained in:
Daniel J Walsh 2007-03-01 16:30:20 +00:00
parent 5ad70cf38c
commit 9a8202d585
3 changed files with 19 additions and 1 deletions

View File

@ -1333,3 +1333,10 @@ gnome = module
# Policy for sendmail. # Policy for sendmail.
# #
qmail = module qmail = module
# Layer: services
# Module: fail2ban
#
# daiemon that bans IP that makes too many password failures
#
fail2ban = module

View File

@ -1208,3 +1208,10 @@ qmail = module
# #
games = module games = module
# Layer: services
# Module: fail2ban
#
# daiemon that bans IP that makes too many password failures
#
fail2ban = module

View File

@ -16,7 +16,7 @@
%define CHECKPOLICYVER 1.30.11-1 %define CHECKPOLICYVER 1.30.11-1
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.5.6 Version: 2.5.7
Release: 1%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: System Environment/Base 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 %endif
%changelog %changelog
* Thu Mar 1 2007 Dan Walsh <dwalsh@redhat.com> 2.5.7-1
- Update to latest from upstream
- Add fail2ban policy
* Wed Feb 28 2007 Dan Walsh <dwalsh@redhat.com> 2.5.6-1 * Wed Feb 28 2007 Dan Walsh <dwalsh@redhat.com> 2.5.6-1
- Update to remove security_t:filesystem getattr problems - Update to remove security_t:filesystem getattr problems