From 6a57ea01fd48992883d6dac1b7746e79202215e4 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 8 Dec 2018 01:06:06 +0100 Subject: =?UTF-8?q?systemd:=20Replace=20=E2=80=98ProtectSystem=3Dfull?= =?UTF-8?q?=E2=80=99=20with=20=E2=80=98ProtectSystem=3Dstrict=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And remove ‘ReadOnlyDirectories=/’ as it's implied by ‘ProtectSystem=strict’. --- roles/munin-master/files/etc/systemd/system/munin-cgi-graph.service | 3 +-- roles/munin-master/files/etc/systemd/system/munin-cgi-html.service | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'roles/munin-master') diff --git a/roles/munin-master/files/etc/systemd/system/munin-cgi-graph.service b/roles/munin-master/files/etc/systemd/system/munin-cgi-graph.service index 60ab444..c8a3609 100644 --- a/roles/munin-master/files/etc/systemd/system/munin-cgi-graph.service +++ b/roles/munin-master/files/etc/systemd/system/munin-cgi-graph.service @@ -14,8 +14,7 @@ ExecStart=/usr/lib/munin/cgi/munin-cgi-graph NoNewPrivileges=yes PrivateDevices=yes ProtectHome=yes -ProtectSystem=full -ReadOnlyDirectories=/ +ProtectSystem=strict ReadWriteDirectories=-/var/log/munin ReadWriteDirectories=-/var/lib/munin/cgi-tmp/munin-cgi-graph diff --git a/roles/munin-master/files/etc/systemd/system/munin-cgi-html.service b/roles/munin-master/files/etc/systemd/system/munin-cgi-html.service index 119d3a2..3c0c0e5 100644 --- a/roles/munin-master/files/etc/systemd/system/munin-cgi-html.service +++ b/roles/munin-master/files/etc/systemd/system/munin-cgi-html.service @@ -14,8 +14,7 @@ ExecStart=/usr/lib/munin/cgi/munin-cgi-html NoNewPrivileges=yes PrivateDevices=yes ProtectHome=yes -ProtectSystem=full -ReadOnlyDirectories=/ +ProtectSystem=strict ReadWriteDirectories=-/var/log/munin [Install] -- cgit v1.2.3