forked from extern/shorewall_code
1.4.6_2003-731 plus idiot-proofing of the policy file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@682 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4c08cc4780
commit
3d9d913b4b
@ -28,7 +28,7 @@
|
|||||||
# shown below. Simply run this script to revert to your prior version of
|
# shown below. Simply run this script to revert to your prior version of
|
||||||
# Shoreline Firewall.
|
# Shoreline Firewall.
|
||||||
|
|
||||||
VERSION=1.4.6-20030726
|
VERSION=1.4.6-20030731
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
# /etc/rc.d/rc.local file is modified to start the firewall.
|
# /etc/rc.d/rc.local file is modified to start the firewall.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1.4.6-20030727
|
VERSION=1.4.6-20030731
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
#
|
#
|
||||||
# /etc/shorewall/policy
|
# /etc/shorewall/policy
|
||||||
#
|
#
|
||||||
|
# THE ORDER OF ENTRIES IN THIS FILE IS IMPORTANT
|
||||||
|
#
|
||||||
# This file determines what to do with a new connection request if we
|
# This file determines what to do with a new connection request if we
|
||||||
# don't get a match from the /etc/shorewall/rules file or from the
|
# don't get a match from the /etc/shorewall/rules file or from the
|
||||||
# /etc/shorewall/common[.def] file. For each source/destination pair, the
|
# /etc/shorewall/common[.def] file. For each source/destination pair, the
|
||||||
@ -72,5 +74,8 @@
|
|||||||
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
||||||
loc net ACCEPT
|
loc net ACCEPT
|
||||||
net all DROP info
|
net all DROP info
|
||||||
all all REJECT info
|
#
|
||||||
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
# THE FOLLOWING POLICY MUST BE LAST
|
||||||
|
#
|
||||||
|
all all REJECT info
|
||||||
|
#LAST LINE -- DO NOT REMOVE
|
||||||
|
@ -461,7 +461,7 @@ NEWNOTSYN=No
|
|||||||
# If this variable is not set or it is set to the null value then
|
# If this variable is not set or it is set to the null value then
|
||||||
# ADMINISABSENTMINDED=No is assumed.
|
# ADMINISABSENTMINDED=No is assumed.
|
||||||
#
|
#
|
||||||
ADMINISABSENTMINDED=No
|
ADMINISABSENTMINDED=Yes
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# P A C K E T D I S P O S I T I O N
|
# P A C K E T D I S P O S I T I O N
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 1.4.6_20030727
|
%define version 1.4.6_20030731
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
@ -106,6 +106,8 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 31 2003 Tom Eastep <tom@shorewall.net>
|
||||||
|
- Changed version to 1.4.6_20030731-1
|
||||||
* Sun Jul 27 2003 Tom Eastep <tom@shorewall.net>
|
* Sun Jul 27 2003 Tom Eastep <tom@shorewall.net>
|
||||||
- Added /usr/share/shorewall/help
|
- Added /usr/share/shorewall/help
|
||||||
- Changed version to 1.4.6_20030727-1
|
- Changed version to 1.4.6_20030727-1
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# You may only use this script to uninstall the version
|
# You may only use this script to uninstall the version
|
||||||
# shown below. Simply run this script to remove Seattle Firewall
|
# shown below. Simply run this script to remove Seattle Firewall
|
||||||
|
|
||||||
VERSION=1.4.6-20030726
|
VERSION=1.4.6-20030731
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user