- Drop ProtectClock hardening, can cause issues if other device acceess is needed OBS-URL: https://build.opensuse.org/request/show/925467 OBS-URL: https://build.opensuse.org/package/show/network:utilities/lldpd?expand=0&rev=45
18 lines
584 B
Diff
18 lines
584 B
Diff
Index: lldpd-1.0.12/src/daemon/lldpd.service.in
|
|
===================================================================
|
|
--- lldpd-1.0.12.orig/src/daemon/lldpd.service.in
|
|
+++ lldpd-1.0.12/src/daemon/lldpd.service.in
|
|
@@ -16,6 +16,12 @@ ProtectHome=yes
|
|
ProtectKernelTunables=no
|
|
ProtectControlGroups=yes
|
|
ProtectKernelModules=yes
|
|
+# added automatically, for details please see
|
|
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
+ProtectHostname=true
|
|
+ProtectKernelLogs=true
|
|
+RestrictRealtime=true
|
|
+# end of automatic additions
|
|
#ProtectSystem=full
|
|
|
|
[Install]
|