From becac48992f335f248499811bd5535bdbe973ffc Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@jrother.eu>
Date: Sat, 4 Dec 2021 22:41:31 +0100
Subject: [PATCH] Disable systemd sandbox option MemoryDenyWriteExecute

The option breaks Python's OpenSSL support (on Debian Buster at least).
---
 debian/contrib/uffd-ldapd.service | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/contrib/uffd-ldapd.service b/debian/contrib/uffd-ldapd.service
index ad84cb6..2fe5522 100644
--- a/debian/contrib/uffd-ldapd.service
+++ b/debian/contrib/uffd-ldapd.service
@@ -35,7 +35,6 @@ PrivateTmp=true
 PrivateDevices=true
 SystemCallArchitectures=native
 SystemCallFilter=@system-service
-MemoryDenyWriteExecute=true
 
 EnvironmentFile=/etc/uffd-ldapd.conf
 
-- 
GitLab