mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1004832 - Add tgkill to seccomp-bpf whitelist. r=kang
This commit is contained in:
parent
849425a212
commit
c3a76a64ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user