diff options
author | merakor <cem@ckyln.com> | 2020-05-18 00:29:41 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-18 00:29:41 +0000 |
commit | f457313ae8a91df74caf270ee93f8c50b819c1b9 (patch) | |
tree | 773eb38b09055847719423a138d82a6a73f12884 | |
parent | e12c404e13e8bc0eaab4b1aeeb3a6af0cc79dd49 (diff) | |
download | cpt-f457313ae8a91df74caf270ee93f8c50b819c1b9.tar.gz |
changelog: update
FossilOrigin-Name: 7f8c941e56aa1e01a6293979b1ff1282c45a3ecd32b5c763e0b643b75dd8081f
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index edc0948..daebd71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,9 @@ feedback. ### SECURITY - Fixed a bug regarding privilige escalation using `$KISS_HOOK`. `kiss` will now use `$KISS_ROOT/etc/kiss-hook` on installation operations (which are run by root) so that the hooks - are defined by the system administrator rather than the user. + are defined by the system administrator rather than the user. See [related proof-of-concept] + +[related proof-of-concept]: https://github.com/kisslinux/kiss/pull/157#issuecomment-629880775 1.22.2 - 2020-05-16 |