f32eec2dde
- Make the watchdog timeout configurable - wdmd: close watchdog when not used - userstorage: replace by PyPI userstorage - sanlock: skip short delay in delta lease reacquire - sanlock: use product_uuid for host name - wdmd: fix timing for iTCO_wdt - sanlock: save client_id in token and report in status and use in -C - sanlock: include startup message in syslog - sanlock: improve repeated ballots in paxos_acquire - sanlock: fix zero io timeout for direct requests - sanlock: fix release writing zero dblock values - sanlock: skip delay when same host acquires delta lease OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=74
23 lines
788 B
Diff
23 lines
788 B
Diff
Index: sanlock-3.9.3/init.d/fence_sanlockd.service
|
|
===================================================================
|
|
--- sanlock-3.9.3.orig/init.d/fence_sanlockd.service
|
|
+++ sanlock-3.9.3/init.d/fence_sanlockd.service
|
|
@@ -4,6 +4,17 @@ After=syslog.target wdmd.service sanlock
|
|
Before=corosync.service
|
|
|
|
[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
|
|
ExecStart=/usr/lib/systemd/systemd-fence_sanlockd start
|
|
ExecStop=/usr/lib/systemd/systemd-fence_sanlockd stop
|