Module mount

Module mount 

Source
Expand description

Filesystem mount inspection and policy helpers.

Structs§

ProcStatfsInspector
Production inspector. Prefer kernel syscalls when available; fall back to parsing /proc/self/mounts.

Traits§

MountInspector

Functions§

ensure_rw_exec
Policy helper: Ensure that the filesystem containing path is mounted with both read and write permissions.