From ba2074d25bd4afda4bf891b8e404ffb91d5769c7 Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Mon, 28 Nov 2022 17:26:19 +0200 Subject: T4844: Set DB directory rigths 755 in the update webproxy script Squidguard: Set DB directory rigths 755 in the update blacklist webproxy script --- src/op_mode/webproxy_update_blacklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/op_mode/webproxy_update_blacklist.sh b/src/op_mode/webproxy_update_blacklist.sh index 43a4b79fc..d5f301b75 100755 --- a/src/op_mode/webproxy_update_blacklist.sh +++ b/src/op_mode/webproxy_update_blacklist.sh @@ -88,7 +88,7 @@ if [[ -n $update ]] && [[ $update -eq "yes" ]]; then # fix permissions chown -R proxy:proxy ${db_dir} - chmod 2770 ${db_dir} + chmod 755 ${db_dir} logger --priority WARNING "webproxy blacklist entries updated (${count_before}/${count_after})" -- cgit v1.2.3