libvma/harden_vma.service.patch
Nicolas Morey ec8ca72f2d - Update to v9.8.60 (jsc#PED-11338 jsc#PED-11339)
- RM #3749337 Fix TCP keepAlive timer when set to -1
  - RM #3749310 Fix delayed TCP keepAlive probes
  - RM #3604029 Fix releasing ring flow
  - RM #3623373 Fix corruption during ring release
  - RM #3655436 Add full TCP_KEEPALIVE support
  - RM #3697720 Fixing socket destruction race
  - RM #1214066 Update some unsigned char -> uint32_t for table_id

OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=37
2024-11-04 17:10:43 +00:00

31 lines
859 B
Diff

commit efdb35ba76077c15054efa3c170c13ce303f284d
Author: Nicolas Morey <nmorey@suse.com>
Date: Thu Sep 5 14:40:33 2024 +0200
harden vma.service
diff --git contrib/scripts/vma.service.in contrib/scripts/vma.service.in
index e6f5a25b7e00..86d40487ab24 100644
--- contrib/scripts/vma.service.in
+++ contrib/scripts/vma.service.in
@@ -3,6 +3,19 @@ Description=VMA 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
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions
Type=forking
Restart=on-failure
ExecStart=@prefix@/sbin/vmad