Bug 1146192 - Whitelist sched_yield syscall in GMP sandbox on Linux DONTBUILD CLOSED TREE - r=jld

This commit is contained in:
Edwin Flores 2015-03-24 10:56:49 +13:00
parent fb0360251e
commit 58f6b3e8f4

View File

@ -369,6 +369,7 @@ void SandboxFilterImplGMP::Build() {
Allow(SOCKETCALL(recvmsg, RECVMSG));
Allow(SOCKETCALL(sendmsg, SENDMSG));
Allow(SYSCALL(time));
Allow(SYSCALL(sched_yield));
// Nothing after this line is performance-critical.