|
|
|
|
|
by dmurray
637 days ago
|
|
This looks great. I have a use case for something similar: detecting calls to the file system. Lots of code I've inherited has a habit of loading configuration from some random network share, then failing when that config got moved or the production host doesn't have the same access. I usually use strace(1) to track these down, but it's nowhere near as ergonomic as this tool. I'm wondering now if I could patch the `open` built-in instead. |
|
Quick example:
Prints: https://docs.python.org/3/library/audit_events.html