2021-10-12 20:56:22 +02:00
|
|
|
Index: ndppd-0.2.5.43/ndppd.service
|
|
|
|
===================================================================
|
|
|
|
--- ndppd-0.2.5.43.orig/ndppd.service
|
|
|
|
+++ ndppd-0.2.5.43/ndppd.service
|
2021-10-15 16:54:24 +02:00
|
|
|
@@ -3,6 +3,17 @@ Description=NDP Proxy Daemon
|
2021-10-12 20:56:22 +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
|
|
|
|
ExecStart=/usr/sbin/ndppd -d -p /var/run/ndppd/ndppd.pid
|
|
|
|
Type=forking
|
|
|
|
PIDFile=/var/run/ndppd/ndppd.pid
|