diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 21:24:13 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 21:32:06 +0100 |
commit | c6a4aaa6128d55ba5f7f3cd2bd75f789f69ae407 (patch) | |
tree | 912eca80d3ff18812456f99e3f458db4c7805204 /Changelog | |
parent | c612a7ff44995f4f9c39fa0fb68470d90c88decf (diff) |
lacme: Add 'owner' resp. 'mode' as (prefered) alias for 'chown' resp. 'chmod'.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ lacme (0.8.1) upstream; umask restrictions. Also, always spawn the client with umask 0022 so a starting lacme(8) with a restrictive umask doesn't impede serving challenge files. + + lacme: add 'owner' resp. 'mode' as (prefered) alias for 'chown' resp. + 'chmod'. - lacme: in the [accountd] config, let lacme-accountd(1) do the %-expansion for 'config', not lacme(8) when building the command. - lacme-accountd: don't log debug messages unless --debug is set. |