зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1047620 - Fix sandboxing for B2G --disable-jemalloc builds. r=kang
--HG-- extra : rebase_source : 1b2ec6491277a9dc451ab767d8563076cf522c27
This commit is contained in:
Родитель
9d31844f0c
Коммит
b0bd63525b
|
@ -191,6 +191,11 @@ SandboxFilterImplContent::Build() {
|
|||
Allow(SYSCALL(fsync));
|
||||
Allow(SYSCALL(msync));
|
||||
|
||||
#if defined(ANDROID) && !defined(MOZ_MEMORY)
|
||||
// Android's libc's realloc uses mremap.
|
||||
Allow(SYSCALL(mremap));
|
||||
#endif
|
||||
|
||||
/* Should remove all of the following in the future, if possible */
|
||||
Allow(SYSCALL(getpriority));
|
||||
Allow(SYSCALL(sched_get_priority_min));
|
||||
|
|
Загрузка…
Ссылка в новой задаче