Constant lrs::file::flags::MFD_CLOSE_ON_EXEC

Close the file when exec is called.

Syntax

const MFD_CLOSE_ON_EXEC: MemfdFlags = MemfdFlags(cty::MFD_CLOEXEC);

See also