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/lists/files/etc/systemd/system/wwsympa.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/lists') diff --git a/roles/lists/files/etc/systemd/system/wwsympa.service b/roles/lists/files/etc/systemd/system/wwsympa.service index 4e3d94b..cccf508 100644 --- a/roles/lists/files/etc/systemd/system/wwsympa.service +++ b/roles/lists/files/etc/systemd/system/wwsympa.service @@ -14,7 +14,7 @@ ExecStart=/usr/lib/cgi-bin/sympa/wwsympa.fcgi NoNewPrivileges=yes PrivateDevices=yes ProtectHome=yes -ProtectSystem=full +ProtectSystem=strict PrivateTmp=yes ReadOnlyDirectories=/ ReadWriteDirectories=-/var/lib/sympa -- cgit v1.2.3