2023-09-13 09:39:00 +02:00
|
|
|
Index: ipmiutil-3.1.9/scripts/ipmiutil_evt.service
|
2021-09-24 21:00:55 +02:00
|
|
|
===================================================================
|
2023-09-13 09:39:00 +02:00
|
|
|
--- ipmiutil-3.1.9.orig/scripts/ipmiutil_evt.service
|
|
|
|
+++ ipmiutil-3.1.9/scripts/ipmiutil_evt.service
|
2021-10-16 11:37:37 +02:00
|
|
|
@@ -3,6 +3,17 @@ Description=ipmiutil Event Daemon
|
2021-09-24 21:00:55 +02:00
|
|
|
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
|
|
|
|
Type=forking
|
|
|
|
PIDFile=/run/ipmiutil_evt.pid
|
|
|
|
EnvironmentFile=/usr/share/ipmiutil/ipmiutil.env
|