diff --git a/fetchmail.changes b/fetchmail.changes
index 41739a2..759c936 100644
--- a/fetchmail.changes
+++ b/fetchmail.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Sep 14 08:55:42 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
+
+- Added hardening to systemd service(s) (bsc#1181400). Modified:
+  * fetchmail.service
+
 -------------------------------------------------------------------
 Tue Aug 24 16:50:40 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
 
diff --git a/fetchmail.service b/fetchmail.service
index 8f093ad..f3bd5a4 100644
--- a/fetchmail.service
+++ b/fetchmail.service
@@ -3,6 +3,17 @@ Description=A remote-mail retrieval utility
 After=network.target
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 EnvironmentFile=-/etc/sysconfig/fetchmail
 User=fetchmail
 ExecStart=@LIBEXECDIR@/fetchmail-systemd-exec