summaryrefslogtreecommitdiffstats
path: root/roles/munin-master
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-12-08 01:06:06 +0100
committerGuilhem Moulin <guilhem@fripost.org>2018-12-09 20:25:39 +0100
commit6a57ea01fd48992883d6dac1b7746e79202215e4 (patch)
treef55ae891ecf05aa19511ce1493ae8631f60826bc /roles/munin-master
parentbccbd0d4c0faf46e911284e599cc22da2c9b04d9 (diff)
systemd: Replace ‘ProtectSystem=full’ with ‘ProtectSystem=strict’.
And remove ‘ReadOnlyDirectories=/’ as it's implied by ‘ProtectSystem=strict’.
Diffstat (limited to 'roles/munin-master')
-rw-r--r--roles/munin-master/files/etc/systemd/system/munin-cgi-graph.service3
-rw-r--r--roles/munin-master/files/etc/systemd/system/munin-cgi-html.service3
2 files changed, 2 insertions, 4 deletions
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]