Function rustix::process::prctl::dumpable_behavior

source ·
pub fn dumpable_behavior() -> Result<DumpableBehavior>
Expand description

Get the current state of the calling process’ dumpable attribute.

§References