diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 21:28:31 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 21:32:06 +0100 |
commit | ea5a51ecaa72c8277b4f878cf3635025d757fa37 (patch) | |
tree | e77cc5853aa5a8b284e1588b999ee1bc670bd5b4 /Changelog | |
parent | c6a4aaa6128d55ba5f7f3cd2bd75f789f69ae407 (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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |