Skip to main content

Module mountinfo

Module mountinfo 

Source
Expand description

Mount namespace forensics — enumerate mounts from kernel memory.

Walks the mount list via init_tasknsproxymnt_nslist of mount structs and extracts mount point information.

Re-exports§

pub use crate::heuristics::classify_mount;

Structs§

MountEntry
Information about a single kernel mount entry.

Functions§

walk_mounts
Walk mount list and return all mounted filesystems.