Files
rest-server/changelog/unreleased/issue-148
Tim Small 05a5d1f94e Improve security of example systemd unit file
The supplied systemd unit file places some basic security restrictions
on the rest service.  This patch enhances those, and improves the
overall security assessment score given by `systemd-analyze security`
from "8.3 EXPOSED" to "1.3 OK".

Closes #148
2021-04-03 08:18:45 +01:00

8 lines
258 B
Plaintext

Bugfix: Enhance security for example systemd unit file
Additional systemd features have been used to enhance the security of the
rest-server for systemd users.
https://github.com/restic/rest-server/issues/148
https://github.com/restic/rest-server/pull/149