From 94f3a07b20019a7d412bb1b5caa4f5ce153732a9 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 20 Jan 2024 00:20:12 +0100 Subject: config: make all generated files accessible to the user Permissions mode 0600 was preventing even the user from accessing the configuration files. This makes the permissions more open. The private key files should nevertheless be protected from other apps by the permissions on the parent directory. Password protection for the private key is also recommended in general. GitHub: fixes #122 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index dfc455b..8b17f91 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ This file lists notable changes that have been made to the application on each release. Releases are tracked and referred to using git tags. +## v0.39 -- (next release) +- fix permissions for newly created or joined network host and key files + ## v0.38 -- 2023-07-30 - make configuration files and logs accessible in the user-accessible storage (in USB storage mode). The embedded FTP server has been removed -- cgit v1.2.3