From 4a912b885869eb293028e23c76b0f1016ef54412 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 19 Jan 2007 20:09:07 +0000 Subject: [PATCH] ebl fix /etc/bacula permissions git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4024 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/debian/bweb.postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/debian/bweb.postinst b/gui/debian/bweb.postinst index a008da6a0f..8b11eb744a 100644 --- a/gui/debian/bweb.postinst +++ b/gui/debian/bweb.postinst @@ -11,6 +11,8 @@ if [ "$1" = "configure" ] ; then echo "Please, use /etc/bacula/bweb.conf instead." fi + chmod 755 /etc/bacula + chown www-data:root /etc/bacula/bweb.conf chmod 600 /etc/bacula/bweb.conf -- 2.39.5