devela::_dep::rustix::procfs

Function proc_self_maps

pub fn proc_self_maps() -> Result<OwnedFd, Errno> 
Available on crate feature dep_rustix only.
Expand description

Returns a handle to a Linux /proc/self/maps file.

This ensures that /proc/self/maps is procfs, that nothing is mounted on top of it, and that it looks normal.

§References