Commit Graph

1 Commits

Author SHA1 Message Date
4ea4592d75 docs: add macOS learning mode analysis with fs_usage approach
Document fs_usage as a viable alternative to strace for macOS
--learning mode. SIP blocks all dtrace-based tools (dtrace, dtruss,
opensnoop) even with sudo, but fs_usage uses the kdebug kernel
facility which is unaffected. Requires admin access only for the
passive monitor process — the sandboxed command stays unprivileged.
2026-02-22 19:07:30 -06:00