From 2e096c0e320599b9472f55a47c1abbc95e1a9f8e Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Wed, 20 Nov 2024 16:37:30 +0300 Subject: [PATCH] all: imp code, log changes --- CHANGELOG.md | 8 ++++++++ internal/home/home.go | 21 +++++++++++---------- internal/home/options.go | 12 ++++++------ 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f248d42c..b260d138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,14 @@ NOTE: Add new changes BELOW THIS COMMENT. - The release executables are now signed. +### Added + +- The `--no-permcheck` command-line option to disable checking and migration of + permissions for the security-sensitive files and directories, which caused + issues on Windows ([#7400]). + +[#7400]: https://github.com/AdguardTeam/AdGuardHome/issues/7400 + [go-1.23.3]: https://groups.google.com/g/golang-announce/c/X5KodEJYuqI