//go:build !linux package system // ClassifyPathFS is Linux-only (statfs f_type); off-linux (dev hosts) there is no mount namespace // to interrogate — no verdict, callers fail open. func ClassifyPathFS(path string) string { return FSClassUnknown }