Log only successful syscalls by default, add command line option to log all syscalls #17
Closed
3 tasks done
Labels
enhancement
New feature or request
It can be very noisy (and arguably not useful) to track every syscall. It would be useful to be able to toggle between logging all syscalls and logging only ones that succeed. I'm going to add a command line option to opt into seeing all syscalls, and the default will be to only log calls that succeed.
execve
in the main event loop ofexecution.rs
open
,openat
, andcreat
.The text was updated successfully, but these errors were encountered: