From 2bf01df6bfd7b700740d0948f4401f69b3df21f6 Mon Sep 17 00:00:00 2001 From: Tim Small Date: Mon, 31 May 2021 11:32:32 +0100 Subject: [PATCH] Fixup changelog entry based on feedback. --- changelog/unreleased/issue-148 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/unreleased/issue-148 b/changelog/unreleased/issue-148 index 008936e..9983ba1 100644 --- a/changelog/unreleased/issue-148 +++ b/changelog/unreleased/issue-148 @@ -1,7 +1,8 @@ -Bugfix: Enhance security for example systemd unit file +Enhancement: Expand use of security features in example systemd unit file -Additional systemd features have been used to enhance the security of the -rest-server for systemd users. +Additional systemd features have been used which may mitigate potential +security vulnerabilities in rest-server and the various packages and operating +system components which it relies upon. https://github.com/restic/rest-server/issues/148 https://github.com/restic/rest-server/pull/149