vuurmuur: Allow config files to be world-readable.
[matthijs/servers/drsnuggles.git] / etc / vuurmuur / config.conf
index afdd2e2d0c5b4628f3e87893e9f23efe14652a6e..1b1522992143bd4f95bfaf6b6fc4fe105567b169 100644 (file)
@@ -22,7 +22,7 @@ IPTABLES="/sbin/iptables"
 IPTABLES_RESTORE="/sbin/iptables-restore"
 
 # Location of the conntrack-command (full path).
-CONNTRACK=""
+CONNTRACK="/usr/sbin/conntrack"
 
 # Location of the tc-command (full path).
 TC=""
@@ -30,8 +30,11 @@ TC=""
 # Location of the modprobe-command (full path).
 MODPROBE="/sbin/modprobe"
 
+# Maximum permissions for config and log files and directories.
+MAX_PERMISSION="755"
+
 # Load modules if needed? (yes/no)
-LOAD_MODULES="Yes"
+LOAD_MODULES="No"
 
 # Wait after loading a module in 1/10th of a second
 MODULES_WAIT_TIME="10"