aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-24 21:06:48 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-24 21:08:28 +0100
commitfaab30461b0f2b920e3dd19489ce458c0b38e6d9 (patch)
tree0b7a760c5dac69f245a91185cbaa9c3183947eae /Changelog
parentd1a862d9cb98a54e12c9fdbc405b896f3f0efcfe (diff)
If restricting access via umask() fails, don't include errno in the error message.
errno is not set on umask failure, see https://perldoc.perl.org/functions/umask.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1682847..e047ac5 100644
--- a/Changelog
+++ b/Changelog
@@ -236,6 +236,8 @@ lacme (0.2) upstream;
directories. New default "lacme-certs.conf lacme-certs.conf.d/".
- Minor manpage fixes
- More useful message upon Validation Challenge failure.
+ - If restricting access via umask() fails, don't include errno in the
+ error message as it's not set on failure.
-- Guilhem Moulin <guilhem@guilhem.org> Sat, 03 Dec 2016 16:40:56 +0100