From 2147ff3bd9091b88960e2243b2d7d76d03cadc89 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 9 Dec 2018 18:15:10 +0100 Subject: systemd.service: Tighten hardening options. --- roles/munin-master/files/etc/systemd/system/munin-cgi-html.service | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/munin-master/files/etc/systemd/system/munin-cgi-html.service') 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 3c0c0e5..0e66b3f 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 @@ -16,6 +16,12 @@ PrivateDevices=yes ProtectHome=yes ProtectSystem=strict ReadWriteDirectories=-/var/log/munin +PrivateDevices=yes +PrivateNetwork=yes +ProtectControlGroups=yes +ProtectKernelModules=yes +ProtectKernelTunables=yes +RestrictAddressFamilies= [Install] WantedBy=multi-user.target -- cgit v1.2.3