aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-24 21:28:31 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-24 21:32:06 +0100
commitea5a51ecaa72c8277b4f878cf3635025d757fa37 (patch)
treee77cc5853aa5a8b284e1588b999ee1bc670bd5b4 /Changelog
parentc6a4aaa6128d55ba5f7f3cd2bd75f789f69ae407 (diff)
lacme: Return an error when the 'mode'/'chown' isn't a number.
oct("foobar") is 0, definitely not what we want.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 14add81..92b8a4d 100644
--- a/Changelog
+++ b/Changelog
@@ -20,6 +20,7 @@ lacme (0.8.1) upstream;
user/group name.
- lacme: ignore empty values in settings 'chown', 'chmod', 'certificate'
and 'certificate-chain'.
+ - lacme: return an error when the 'mode'/'chown' isn't a number.
-- Guilhem Moulin <guilhem@fripost.org> Mon, 22 Feb 2021 12:04:28 +0100