Skip to content

Commit

Permalink
test case
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist committed Sep 13, 2024
1 parent c979c8f commit 09c8472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/38-basic-pfc_coverage.pfc
Original file line number Diff line number Diff line change
Expand Up @@ -305,15 +305,15 @@ if ($arch == 3221225730)
# filter for syscall "open" (4294957130) [priority: 65535]
if ($syscall == 4294957130)
action KILL;
# filter for syscall "fstat" (4294957050) [priority: 65535]
if ($syscall == 4294957050)
action KILL_PROCESS;
# filter for syscall "exit_group" (94) [priority: 65535]
if ($syscall == 94)
action LOG;
# filter for syscall "exit" (93) [priority: 65535]
if ($syscall == 93)
action TRACE(1);
# filter for syscall "fstat" (80) [priority: 65535]
if ($syscall == 80)
action KILL_PROCESS;
# filter for syscall "close" (57) [priority: 65535]
if ($syscall == 57)
action ERRNO(1);
Expand Down

0 comments on commit 09c8472

Please sign in to comment.