allow fiddles to use the futex system call; fixes fonts finally
authorGreg Humphreys <humper@google.com>
Wed, 8 Oct 2014 16:21:41 +0000 (12:21 -0400)
committerGreg Humphreys <humper@google.com>
Wed, 8 Oct 2014 16:21:41 +0000 (12:21 -0400)
BUG=skia:

Review URL: https://codereview.chromium.org/639013002

experimental/webtry/main.cpp

index b2c06c0..0a71d96 100644 (file)
@@ -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 = {