forked from extern/shorewall_code
Don't release blacklist files.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c007f847a0
commit
e00616a1fe
@ -1,11 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall version 4 - Blacklist File
|
|
||||||
#
|
|
||||||
# For information about entries in this file, type "man shorewall-blacklist"
|
|
||||||
#
|
|
||||||
# Please see http://shorewall.net/blacklisting_support.htm for additional
|
|
||||||
# information.
|
|
||||||
#
|
|
||||||
###############################################################################
|
|
||||||
#ADDRESS/SUBNET PROTOCOL PORT OPTIONS
|
|
||||||
|
|
@ -698,10 +698,6 @@ if [ -z "$SPARSE" -a ! -f ${DESTDIR}${CONFDIR}/$PRODUCT/tunnels ]; then
|
|||||||
echo "Tunnels file installed as ${DESTDIR}${CONFDIR}/$PRODUCT/tunnels"
|
echo "Tunnels file installed as ${DESTDIR}${CONFDIR}/$PRODUCT/tunnels"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$SPARSE" -a ! -f ${DESTDIR}${CONFDIR}/$PRODUCT/blacklist ]; then
|
|
||||||
run_install $OWNERSHIP -m 0600 blacklist${suffix} ${DESTDIR}${CONFDIR}/$PRODUCT/blacklist
|
|
||||||
echo "Blacklist file installed as ${DESTDIR}${CONFDIR}/$PRODUCT/blacklist"
|
|
||||||
fi
|
|
||||||
#
|
#
|
||||||
# Install the blacklist rules file
|
# Install the blacklist rules file
|
||||||
#
|
#
|
||||||
|
@ -23,8 +23,10 @@
|
|||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
|
|
||||||
<para>The blacklist file is used to perform static blacklisting. You can
|
<para>The blacklist file is used to perform static blacklisting by source
|
||||||
blacklist by source address (IP or MAC), or by application.</para>
|
address (IP or MAC), or by application. The use of this file is deprecated
|
||||||
|
and beginning with Shorewall 4.5.7, the file is no longer
|
||||||
|
installed.</para>
|
||||||
|
|
||||||
<para>The columns in the file are as follows (where the column name is
|
<para>The columns in the file are as follows (where the column name is
|
||||||
followed by a different name in parentheses, the different name is used in
|
followed by a different name in parentheses, the different name is used in
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall6 version 4 - Blacklist File
|
|
||||||
#
|
|
||||||
# For information about entries in this file, type "man shorewall6-blacklist"
|
|
||||||
#
|
|
||||||
# Please see http://shorewall.net/blacklisting_support.htm for additional
|
|
||||||
# information.
|
|
||||||
#
|
|
||||||
###############################################################################
|
|
||||||
#ADDRESS/SUBNET PROTOCOL PORT OPTIONS
|
|
@ -23,8 +23,13 @@
|
|||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
|
|
||||||
<para>The blacklist file is used to perform static blacklisting. You can
|
<para>The blacklist file is used to perform static blacklisting by source
|
||||||
blacklist by source address (IP or MAC), or by application.</para>
|
address (IP or MAC), or by application. The use of this file is deprecated
|
||||||
|
in favor of <ulink
|
||||||
|
url="shorewall6-blrules.html">shorewall6-blrules</ulink>(5), and beginning
|
||||||
|
with Shorewall 4.5.7, the blacklist file is no longer installed. Existing
|
||||||
|
blacklist files can be converted to a corresponding blrules file using the
|
||||||
|
<command>shorewall6 update -b</command> command.</para>
|
||||||
|
|
||||||
<para>The columns in the file are as follows (where the column name is
|
<para>The columns in the file are as follows (where the column name is
|
||||||
followed by a different name in parentheses, the different name is used in
|
followed by a different name in parentheses, the different name is used in
|
||||||
|
Loading…
Reference in New Issue
Block a user