Bug 1004832 - Add tgkill to seccomp-bpf whitelist. r=kang

This commit is contained in:
Jed Davis 2014-05-02 16:57:00 +02:00
parent 849425a212
commit c3a76a64ec

View File

@ -161,10 +161,9 @@ static struct sock_filter seccomp_filter[] = {
#endif
ALLOW_SYSCALL(rt_sigprocmask),
/* System calls used by the profiler */
#ifdef MOZ_PROFILING
// Used by profiler. Also used for raise(), which causes problems
// with Android KitKat abort(); see bug 1004832.
ALLOW_SYSCALL(tgkill),
#endif
/* B2G specific low-frequency syscalls */
#ifdef MOZ_WIDGET_GONK