aboutsummaryrefslogtreecommitdiffstats
path: root/lacme-accountd.1.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-16 17:24:31 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-18 00:42:32 +0100
commit2efd4458f4db7f489ecc81f4039b8e8103edf9d9 (patch)
tree96c97c31ae1edd6b2b5bc746d1adf4d7eb8fad96 /lacme-accountd.1.md
parentc75bc6c37840b8fc2c57424d24c06a0bfe399de6 (diff)
Don't load configuration files from ./ by default.
This is a breaking change: lacme(8) resp. lacme-accountd(1) no longer consider ./lacme.conf resp. ./lacme-accountd.conf as default location for the configuration file. Doing so has security implications when running these program from insecure directories.
Diffstat (limited to 'lacme-accountd.1.md')
-rw-r--r--lacme-accountd.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/lacme-accountd.1.md b/lacme-accountd.1.md
index 560cfac..e628476 100644
--- a/lacme-accountd.1.md
+++ b/lacme-accountd.1.md
@@ -84,10 +84,10 @@ Configuration file
==================
If `--config=` is not given, `lacme-accountd` uses the first existing
-configuration file among *./lacme-accountd.conf*,
-*$XDG_CONFIG_HOME/lacme/lacme-accountd.conf* (or
-*~/.config/lacme/lacme-accountd.conf* if the `XDG_CONFIG_HOME`
-environment variable is not set), and *@@sysconfdir@@/lacme/lacme-accountd.conf*.
+configuration file among *$XDG_CONFIG_HOME/lacme/lacme-accountd.conf*
+(or *~/.config/lacme/lacme-accountd.conf* if the `XDG_CONFIG_HOME`
+environment variable is not set), and
+*@@sysconfdir@@/lacme/lacme-accountd.conf*.
When given on the command line, the `--privkey=`, `--socket=` and
`--quiet` options take precedence over their counterpart (without