From: Greg Humphreys Date: Wed, 8 Oct 2014 16:21:41 +0000 (-0400) Subject: allow fiddles to use the futex system call; fixes fonts finally X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~5527 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25ec1b3c8cc53b5856a69324abb59b8d568dcd05;p=platform%2Fupstream%2FlibSkiaSharp.git allow fiddles to use the futex system call; fixes fonts finally BUG=skia: Review URL: https://codereview.chromium.org/639013002 --- diff --git a/experimental/webtry/main.cpp b/experimental/webtry/main.cpp index b2c06c0..0a71d96 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 = {