diff --git a/munin-node.service b/munin-node.service index 1a0c33a..69c2b65 100644 --- a/munin-node.service +++ b/munin-node.service @@ -7,14 +7,11 @@ Requires=network.target # 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 ExecStart=/usr/sbin/munin-node diff --git a/munin.changes b/munin.changes index ef60d65..1af805b 100644 --- a/munin.changes +++ b/munin.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 29 15:46:03 UTC 2021 - Johannes Segitz + +- Removed + * PrivateDevices=true + * ProtectClock=true + * RestrictRealtime=true + from munin-node.service (bsc#1193118) + ------------------------------------------------------------------- Thu Oct 7 10:26:31 UTC 2021 - Johannes Segitz