Function nix::sys::prctl::set_dumpable

source ·
pub fn set_dumpable(attribute: bool) -> Result<()>
Expand description

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