testing: Ignore unknown memory in leak detective
This is set in two locations for systemd services and login shells. The memory is freed by OPENSSL_cleanup().
This commit is contained in:
@@ -13,4 +13,5 @@ PrintLastLog no
|
|||||||
UsePAM no
|
UsePAM no
|
||||||
AcceptEnv LANG LC_*
|
AcceptEnv LANG LC_*
|
||||||
AcceptEnv LEAK_DETECTIVE_LOG
|
AcceptEnv LEAK_DETECTIVE_LOG
|
||||||
|
SetEnv LEAK_DETECTIVE_IGNORE_UNKNOWN=1
|
||||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[Manager]
|
||||||
|
DefaultEnvironment=LEAK_DETECTIVE_IGNORE_UNKNOWN=1
|
||||||
Reference in New Issue
Block a user