Skip to content

Commit

Permalink
chore(fuzzing): Add fcntl to the sandbox monitor whitelist (#4217)
Browse files Browse the repository at this point in the history
Corresponding
[failure](https://github.com/dfinity/ic/actions/runs/13637443383/job/38119562486#step:4:1199)
observed on the hourly pipeline
  • Loading branch information
venkkatesh-sekar authored Mar 4, 2025
1 parent b0997fe commit d37c766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs/execution_environment/fuzz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ where
Sysno::sendmsg,
Sysno::sigaltstack,
Sysno::futex,
Sysno::fcntl,
Sysno::close,
Sysno::restart_syscall,
]);
Expand Down

0 comments on commit d37c766

Please sign in to comment.