Commit 9f38c766 authored by Keegan McAllister's avatar Keegan McAllister Committed by Keith Winstein
Browse files

Explicitly disable dumping core (closes #72)

This is a precaution to avoid saving sensitive data to disk, e.g. session keys.
We expect that corefiles are not world readable, but they're still sitting on
the physical disk and it's safer just to disable creating them.

GitHub issue #71 deals with a similar concern.
parent b6c3e450
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment