From c4f975b9487e58722a7b17e948308df761e779d2 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 29 Jul 2009 11:26:14 +0200 Subject: [PATCH] vuurmuur: Allow config files to be world-readable. --- etc/vuurmuur/config.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/vuurmuur/config.conf b/etc/vuurmuur/config.conf index 4a4d959..1b15229 100644 --- a/etc/vuurmuur/config.conf +++ b/etc/vuurmuur/config.conf @@ -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" -- 2.30.2