diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-12-08 01:06:06 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-12-09 20:25:39 +0100 |
commit | 6a57ea01fd48992883d6dac1b7746e79202215e4 (patch) | |
tree | f55ae891ecf05aa19511ce1493ae8631f60826bc /roles/lists/files | |
parent | bccbd0d4c0faf46e911284e599cc22da2c9b04d9 (diff) |
systemd: Replace ‘ProtectSystem=full’ with ‘ProtectSystem=strict’.
And remove ‘ReadOnlyDirectories=/’ as it's implied by ‘ProtectSystem=strict’.
Diffstat (limited to 'roles/lists/files')
-rw-r--r-- | roles/lists/files/etc/systemd/system/wwsympa.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |