Expand description
Mount namespace forensics — enumerate mounts from kernel memory.
Walks the mount list via init_task → nsproxy → mnt_ns → list of
mount structs and extracts mount point information.
Re-exports§
pub use crate::heuristics::classify_mount;
Structs§
- Mount
Entry - Information about a single kernel mount entry.
Functions§
- walk_
mounts - Walk mount list and return all mounted filesystems.