689e075026
- Drop ProtectClock hardening, can cause issues if other device acceess is needed OBS-URL: https://build.opensuse.org/request/show/925472 OBS-URL: https://build.opensuse.org/package/show/network/ndppd?expand=0&rev=6
23 lines
708 B
Diff
23 lines
708 B
Diff
Index: ndppd-0.2.5.43/ndppd.service
|
|
===================================================================
|
|
--- ndppd-0.2.5.43.orig/ndppd.service
|
|
+++ ndppd-0.2.5.43/ndppd.service
|
|
@@ -3,6 +3,17 @@ Description=NDP Proxy Daemon
|
|
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
|