0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-24 01:18:53 +02:00

construct: Update comment.

This commit is contained in:
Jason Volk 2019-04-10 21:17:45 -07:00
parent 562651aa7d
commit 0b8725953e

View file

@ -86,7 +86,10 @@ try
applyargs();
// cores are not dumped without consent of the user to maintain the privacy
// of cryptographic key material in memory at the time of the crash.
// of cryptographic key material in memory at the time of the crash. Note
// that on systems that support MADV_DONTDUMP such material will be excluded
// from the coredump. Nevertheless, other sensitive material such as user
// data may still be present in the core.
if(RB_DEBUG_LEVEL || ircd::debugmode)
enable_coredumps();