mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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:
parent
0e768233f2
commit
b998695344
@ -13,4 +13,5 @@ PrintLastLog no
|
||||
UsePAM no
|
||||
AcceptEnv LANG LC_*
|
||||
AcceptEnv LEAK_DETECTIVE_LOG
|
||||
SetEnv LEAK_DETECTIVE_IGNORE_UNKNOWN=1
|
||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
|
@ -0,0 +1,2 @@
|
||||
[Manager]
|
||||
DefaultEnvironment=LEAK_DETECTIVE_IGNORE_UNKNOWN=1
|
Loading…
x
Reference in New Issue
Block a user