From ca226692490191a7f783ef5f39aee753d329738a30fd9370cd2686387fed6122 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Tue, 30 Nov 2021 07:52:09 +0000 Subject: [PATCH] Accepting request 934672 from home:jsegitz:branches:server:monitoring - Removed * PrivateDevices=true * ProtectClock=true * RestrictRealtime=true from munin-node.service (bsc#1193118) OBS-URL: https://build.opensuse.org/request/show/934672 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=70 --- munin-node.service | 3 --- munin.changes | 9 +++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) 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