File net-snmp-5.9.5.2-harden_snmptrapd.service.patch of Package net-snmp
diff -Nurp net-snmp-5.9.5.2-orig/dist/snmptrapd.service net-snmp-5.9.5.2/dist/snmptrapd.service --- net-snmp-5.9.5.2-orig/dist/snmptrapd.service 2026-01-08 14:14:11.863152850 +0000 +++ net-snmp-5.9.5.2/dist/snmptrapd.service 2026-01-08 14:14:42.503152850 +0000 @@ -7,6 +7,15 @@ Description=Simple Network Management Pr After=network.target [Service] +# added automatically, for details please see +# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort +ProtectSystem=full +ProtectHostname=true +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectControlGroups=true +RestrictRealtime=true +# end of automatic additions # Type=notify is also supported. It should be set when snmptrapd.socket is not # used. Type=simple