aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar Greg Humphreys <humper@google.com>2014-10-08 12:21:41 -0400
committerGravatar Greg Humphreys <humper@google.com>2014-10-08 12:21:41 -0400
commit25ec1b3c8cc53b5856a69324abb59b8d568dcd05 (patch)
treee9d19871bb6b49d856f1d122799aac0deba993c5 /experimental
parent0fedb19812f05fcf18d16f0e96000768f4f76b11 (diff)
allow fiddles to use the futex system call; fixes fonts finally
Diffstat (limited to 'experimental')
-rw-r--r--experimental/webtry/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/webtry/main.cpp b/experimental/webtry/main.cpp
index b2c06c0d7b..0a71d96133 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 = {