pub fn proc_self_maps() -> Result<OwnedFd>
Returns a handle to a Linux /proc/self/maps file.
/proc/self/maps
This ensures that /proc/self/maps is procfs, that nothing is mounted on top of it, and that it looks normal.
procfs