Syscall fault injection strace

Force the 3rd openat to fail with ENOENT to test error handling; chaos testing without code

strace -f -e inject=openat:error=ENOENT:when=3 -p <pid>
more strace all 13 commands →