Expand description
Filesystem mount inspection and policy helpers.
Structs§
- Proc
Statfs Inspector - Production inspector. Prefer kernel syscalls when available; fall back to parsing /proc/self/mounts.
Traits§
Functions§
- ensure_
rw_ exec - Policy helper: Ensure that the filesystem containing
path
is mounted with both read and write permissions.