Function nix::sys::prctl::set_dumpable

source ยท
pub fn set_dumpable(attribute: bool) -> Result<()>
Available on crate feature process only.
Expand description

Set the dumpable attribute which determines if core dumps are created for this process.