From 637885839b5a2d6baeffb7fb37967c5b1bf7f84f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 26 May 2019 16:17:04 +0200 Subject: [PATCH] core132: security conf should not executable Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/132/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/132/update.sh b/config/rootfiles/core/132/update.sh index 979f319254..fa45536254 100644 --- a/config/rootfiles/core/132/update.sh +++ b/config/rootfiles/core/132/update.sh @@ -90,7 +90,7 @@ ldconfig # create main/security file touch /var/ipfire/main/security -chmod 755 /var/ipfire/main/security +chmod 644 /var/ipfire/main/security chown nobody:nobody /var/ipfire/main/security # Update Language cache -- 2.39.5