From cc8bfb8f067b859a2f6aae467969c22703567d00 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Sun, 14 May 2017 15:07:43 +0200
Subject: wwsympa: allow write access to /var/spool/sympa.

Request to post and moderate messages using the web interface.
---
 roles/lists/files/lib/systemd/system/wwsympa.service | 1 +
 1 file changed, 1 insertion(+)

(limited to 'roles/lists/files/lib/systemd/system/wwsympa.service')

diff --git a/roles/lists/files/lib/systemd/system/wwsympa.service b/roles/lists/files/lib/systemd/system/wwsympa.service
index bdbf17e..4e3d94b 100644
--- a/roles/lists/files/lib/systemd/system/wwsympa.service
+++ b/roles/lists/files/lib/systemd/system/wwsympa.service
@@ -19,6 +19,7 @@ PrivateTmp=yes
 ReadOnlyDirectories=/
 ReadWriteDirectories=-/var/lib/sympa
 ReadWriteDirectories=-/var/run/sympa
+ReadWriteDirectories=-/var/spool/sympa
 
 [Install]
 WantedBy=multi-user.target
-- 
cgit v1.2.3