author | Edwin Flores <eflores@mozilla.com> |
Tue, 24 Mar 2015 10:53:10 +1300 | |
changeset 235134 | 84b52c0b3bd16213a0a634b1d1037ccaeeadf367 |
parent 235133 | 2e4fa9ce9708f0538ee535532d28f6945f793d80 |
child 235135 | 906d30061f7652f451f79a823e3c1cc29f721778 |
push id | 57350 |
push user | eflores@mozilla.com |
push date | Mon, 23 Mar 2015 21:59:01 +0000 |
treeherder | mozilla-inbound@906d30061f76 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1146192 |
milestone | 39.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/security/sandbox/linux/SandboxFilter.cpp +++ b/security/sandbox/linux/SandboxFilter.cpp @@ -364,17 +364,16 @@ void SandboxFilterImplGMP::Build() { Allow(SYSCALL(poll)); Allow(SYSCALL(write)); Allow(SYSCALL(read)); Allow(SYSCALL(epoll_wait)); Allow(SYSCALL(epoll_pwait)); Allow(SOCKETCALL(recvmsg, RECVMSG)); Allow(SOCKETCALL(sendmsg, SENDMSG)); Allow(SYSCALL(time)); - Allow(SYSCALL(sched_yield)); // Nothing after this line is performance-critical. #if SYSCALL_EXISTS(mmap2) Allow(SYSCALL(mmap2)); #else Allow(SYSCALL(mmap)); #endif