Skip to content
Snippets Groups Projects
Commit becac489 authored by Julian Rother's avatar Julian Rother
Browse files

Disable systemd sandbox option MemoryDenyWriteExecute

The option breaks Python's OpenSSL support (on Debian Buster at least).
parent 433a9ce0
Branches
Tags v0.1.1
Loading
Pipeline #9061 passed
...@@ -35,7 +35,6 @@ PrivateTmp=true ...@@ -35,7 +35,6 @@ PrivateTmp=true
PrivateDevices=true PrivateDevices=true
SystemCallArchitectures=native SystemCallArchitectures=native
SystemCallFilter=@system-service SystemCallFilter=@system-service
MemoryDenyWriteExecute=true
EnvironmentFile=/etc/uffd-ldapd.conf EnvironmentFile=/etc/uffd-ldapd.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment