diff --git a/fwknop.changes b/fwknop.changes index 5539c9b..285889d 100644 --- a/fwknop.changes +++ b/fwknop.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 16 07:15:08 UTC 2021 - Johannes Segitz + +- Added hardening to systemd service(s) (bsc#1181400). Modified: + * fwknopd.service + ------------------------------------------------------------------- Sun Jun 7 20:08:47 UTC 2020 - Martin Hauke diff --git a/fwknopd.service b/fwknopd.service index 46e2851..63c17b4 100644 --- a/fwknopd.service +++ b/fwknopd.service @@ -3,6 +3,18 @@ Description=Firewall Knock Operator Daemon After=network.target [Service] +# added automatically, for details please see +# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort +ProtectSystem=full +ProtectHome=true +PrivateDevices=true +ProtectHostname=true +ProtectClock=true +ProtectKernelModules=true +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true +# end of automatic additions Type=forking PIDFile=/var/run/fwknopd.pid ExecStart=/usr/sbin/fwknopd