SHA256
1
0
forked from pool/sysstat
Files
sysstat/harden_sysstat.service.patch
David Anes a7536043f1 - Updated sysstat-8.1.6-sa1sa2lock.diff to use flock to create the
lockfile. Using lockfile would require additional SELinux permissions.
  Require util-linux instead of procmail for this (bsc#1228246)

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=153
2024-08-21 17:02:15 +00:00

23 lines
702 B
Diff

Index: sysstat-12.4.3/sysstat.service.in
===================================================================
--- sysstat-12.4.3.orig/sysstat.service.in
+++ sysstat-12.4.3/sysstat.service.in
@@ -10,6 +10,17 @@ Description=Resets System Activity Logs
After=remote-fs.target local-fs.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
Type=oneshot
RemainAfterExit=yes
User=@CRON_OWNER@