From f3687104dd1c25330c09ccd57f22ec9bd387296c Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 28 May 2021 18:45:11 +0300 Subject: [PATCH] Pull request: all: rework file perms Updates #3198. Squashed commit of the following: commit 3de1ecf4535220cdd769100ef0ea96c166419d12 Author: Ainar Garipov Date: Fri May 28 18:39:52 2021 +0300 all: imp chlog commit f1a46efed917c9b70f047505449a816284d7c71e Author: Ainar Garipov Date: Fri May 28 18:13:55 2021 +0300 all: rework file perms --- CHANGELOG.md | 5 +++++ internal/home/filter.go | 9 +++++++++ internal/updater/updater.go | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c5b424..17e31a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ and this project adheres to - New flag `--local-frontend` to serve dinamically changeable frontend files from disk as opposed to the ones that were compiled into the binary. +### Changed + +- Permissions on filter files are now `0o644` instead of `0o600` ([#3198]). + ### Deprecated