Skip to content

Commit

Permalink
Fix hpython's tests by allowing fstat syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Mar 5, 2024
1 parent a1cca22 commit f18026d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hpython/filter.bpf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jeq #$__NR_getrandom, good

jeq #$__NR_openat, good
jeq #$__NR_newfstatat, good
jeq #$__NR_fstat, good

jeq #$__NR_getpid, good
jeq #$__NR_gettid, good
Expand Down

0 comments on commit f18026d

Please sign in to comment.