blob: d45386d64d04cd9d71623ce70aec662e8ba24874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
config ADK_PACKAGE_SHOREWALL
prompt "shorewall......................... high-level netfilter configuration tool"
tristate
default n
select ADK_PACKAGE_IPTABLES
help
The Shoreline Firewall, more commonly known as "Shorewall", is a
high-level tool for configuring Netfilter. You describe your
firewall/gateway requirements using entries in a set of configuration
files. Shorewall reads those configuration files and with the help
of the iptables utility, Shorewall configures Netfilter to match
your requirements.
http://www.shorewall.net/
config ADK_PACKAGE_SHOREWALL_STRIPCONF
prompt "Strip shorewall configuration files"
bool
default n
depends ADK_PACKAGE_SHOREWALL
help
To save space, all shorewall files in /etc/shorewall will get striped.
This means that all comments, empty lines etc. are removed.
By default this option is not enabled, because the comments
in the configfiles helps the user a lot to configure shorewall.
config ADK_PACKAGE_SHOREWALL_STRIPSHARED
prompt "Strip shared shorewall files (macros & actions mainly)"
bool
default y
depends ADK_PACKAGE_SHOREWALL
help
To save space, all shared shorewall files in /usr/share/shorewall
will get striped. This means that all comments, empty lines etc.
are removed.
By default this option is enabled, because for normal usage the user
doesn't need to change files in /usr/share/shorewall. Comments in all
shared files just would waste disk space on most embedded devices.
|