From 0eb4d6cbfe49375bde8dad0fcd3f9380b917f364f40b7c8037846718b04683dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 22 Oct 2021 10:12:06 +0000 Subject: [PATCH] Accepting request 926909 from home:dstoecker:branches:server:mail - Ensure postfix can write to home directory or server side filtering wont work (sieve) OBS-URL: https://build.opensuse.org/request/show/926909 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=429 --- harden_postfix.service.patch | 2 +- postfix.changes | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harden_postfix.service.patch b/harden_postfix.service.patch index 434f5b0..44045ec 100644 --- a/harden_postfix.service.patch +++ b/harden_postfix.service.patch @@ -10,7 +10,7 @@ Index: postfix-3.6.2/postfix-SUSE/postfix.service +# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort +ProtectSystem=full +ReadWritePaths=/etc/postfix -+ProtectHome=true ++ProtectHome=false +PrivateDevices=true +ProtectHostname=true +ProtectClock=true diff --git a/postfix.changes b/postfix.changes index 9ff4540..0f62028 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 22 09:45:40 UTC 2021 - Dirk Stoecker + +- Ensure postfix can write to home directory or server side + filtering wont work (sieve) + ------------------------------------------------------------------- Fri Oct 22 08:46:19 UTC 2021 - Johannes Segitz @@ -5313,4 +5319,3 @@ Mon Oct 9 13:54:13 CEST 2000 - choeger@suse.de Mon Oct 9 11:48:39 CEST 2000 - choeger@suse.de - inititial revision of pfixtls -