diff options
author | pacien | 2024-01-20 00:20:12 +0100 |
---|---|---|
committer | pacien | 2024-01-20 00:20:12 +0100 |
commit | 94f3a07b20019a7d412bb1b5caa4f5ce153732a9 (patch) | |
tree | d27823422dad159b9a57c064b28ca64d1af1cf78 /changelog.md | |
parent | b5fe5e49e0d3cc2b7c53af23b7a4e7d3c4491be1 (diff) | |
download | tincapp-94f3a07b20019a7d412bb1b5caa4f5ce153732a9.tar.gz |
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
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index dfc455b..8b17f91 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -3,6 +3,9 @@ | |||
3 | This file lists notable changes that have been made to the application on each release. | 3 | This file lists notable changes that have been made to the application on each release. |
4 | Releases are tracked and referred to using git tags. | 4 | Releases are tracked and referred to using git tags. |
5 | 5 | ||
6 | ## v0.39 -- (next release) | ||
7 | - fix permissions for newly created or joined network host and key files | ||
8 | |||
6 | ## v0.38 -- 2023-07-30 | 9 | ## v0.38 -- 2023-07-30 |
7 | - make configuration files and logs accessible in the user-accessible storage | 10 | - make configuration files and logs accessible in the user-accessible storage |
8 | (in USB storage mode). The embedded FTP server has been removed | 11 | (in USB storage mode). The embedded FTP server has been removed |