Commit 18a94525a7 for strongswan.org
commit 18a94525a7d51b1eea24f40a783c7f34d0766934
Author: Tobias Brunner <tobias@strongswan.org>
Date: Wed May 20 11:22:33 2026 +0200
Revert "testing: Ignore unknown memory in leak detective"
This reverts commit b9986953448dc198c3c466a45e0d4f7d90c17af8.
Seems like this is not necessary anymore. Possibly because of
8ff3238027f5 ("openssl: Prevent OpenSSL from using posix_memalign() if
LD is enabled").
diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config
index cfe0444c33..1977d86151 100644
--- a/testing/hosts/default/etc/ssh/sshd_config
+++ b/testing/hosts/default/etc/ssh/sshd_config
@@ -13,5 +13,4 @@ PrintLastLog no
UsePAM no
AcceptEnv LANG LC_*
AcceptEnv LEAK_DETECTIVE_*
-SetEnv LEAK_DETECTIVE_IGNORE_UNKNOWN=1
Subsystem sftp /usr/lib/openssh/sftp-server
diff --git a/testing/hosts/default/etc/systemd/system.conf.d/99-ignore-unknown-memory.conf b/testing/hosts/default/etc/systemd/system.conf.d/99-ignore-unknown-memory.conf
deleted file mode 100644
index acf2eee6d9..0000000000
--- a/testing/hosts/default/etc/systemd/system.conf.d/99-ignore-unknown-memory.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[Manager]
-DefaultEnvironment=LEAK_DETECTIVE_IGNORE_UNKNOWN=1