From 0af918fdeee40bc1d3df7b734a46e76bb31148b9 Mon Sep 17 00:00:00 2001 From: J0J0 T Date: Tue, 19 Jan 2021 09:04:14 +0100 Subject: [PATCH] readme: fix permissions note in config chapter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5072a0e..7925c5f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Configuration will be saved in `~/.config/synadm.yaml` *Note: To find out your admin user's token in Element-Web: Login as this user - "Click User Avatar" - "All Settings" - "Help & About" - Scroll down - "Advanced" - "Access Token"* -*Note: Be aware that once you configured `synadm`, your admin user's token is saved in the configuration file. If you want to protect it, it is your responsibilty to change file permissions accordingly. When `synadm` first creates this file, it uses whatever default [umask](https://en.wikipedia.org/wiki/Umask) your system provides.* +*Note: Be aware that once you configured `synadm`, your admin user's token is saved in the configuration file. On Posix compatible systems permissions are set to mode 0600, on other OS's it is your responsibilty to change permissions accordingly.* ## Usage