Chromium Code Reviews| Index: experimental/webtry/main.cpp |
| diff --git a/experimental/webtry/main.cpp b/experimental/webtry/main.cpp |
| index b2c06c0d7bda5fc2f8020383ddb19f6b6974be29..0a71d9613333de2f86b45fb9dd2265608ab87dda 100644 |
| --- a/experimental/webtry/main.cpp |
| +++ b/experimental/webtry/main.cpp |
| @@ -38,6 +38,7 @@ static bool install_syscall_filter() { |
| ALLOW_SYSCALL(mmap), |
| ALLOW_SYSCALL(munmap), |
| ALLOW_SYSCALL(brk), |
| + ALLOW_SYSCALL(futex), |
| KILL_PROCESS, |
| }; |
| struct sock_fprog prog = { |