Index: ipmiutil-3.1.9/scripts/ipmiutil_wdt.service =================================================================== --- ipmiutil-3.1.9.orig/scripts/ipmiutil_wdt.service +++ ipmiutil-3.1.9/scripts/ipmiutil_wdt.service @@ -3,6 +3,17 @@ Description=ipmiutil Watchdog Timer Serv After=network.target [Service] +# added automatically, for details please see +# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort +ProtectSystem=full +ProtectHome=true +ProtectHostname=true +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true +# end of automatic additions ExecStart=/usr/share/ipmiutil/ipmiutil_wdt start ExecStop=/usr/share/ipmiutil/ipmiutil_wdt stop ExecReload=/usr/share/ipmiutil/ipmiutil_wdt restart