Config.in 1.5 KB

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