From 18a94525a7d51b1eea24f40a783c7f34d0766934 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 20 May 2026 11:22:33 +0200 Subject: [PATCH] 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"). --- testing/hosts/default/etc/ssh/sshd_config | 1 - .../etc/systemd/system.conf.d/99-ignore-unknown-memory.conf | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 testing/hosts/default/etc/systemd/system.conf.d/99-ignore-unknown-memory.conf diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config index cfe0444c3..1977d8615 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 acf2eee6d..000000000 --- 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