vuurmuur: Allow config files to be world-readable.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 29 Jul 2009 09:26:14 +0000 (11:26 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 29 Jul 2009 09:26:14 +0000 (11:26 +0200)
etc/vuurmuur/config.conf

index 4a4d959964286d445a99c25be32f8dcc2551d1e0..1b1522992143bd4f95bfaf6b6fc4fe105567b169 100644 (file)
@@ -30,6 +30,9 @@ 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="No"