mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 01:26:18 -08:00
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
8 lines
258 B
Plaintext
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
|