Expand description
Process hardening: best-effort defense-in-depth measures.
Functions§
- disable_
core_ dumps - Disable core dumps for this process.
- is_
ram_ backed - Whether
pathlives on a RAM-backed filesystem (tmpfs/ramfs), meaning data written there never hits persistent storage. - stdout_
is_ regular_ file - Whether this process’s stdout is a regular file (as opposed to a pipe, terminal, or device).
- strict_
mode - Whether
MURK_STRICTis enabled. Strict mode trades convenience for a hard “never let a secret touch the disk” guarantee — seeis_ram_backed.