mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1014299 - Add times() to seccomp whitelist. r=kang
This system call seems to be used by some versions of the Qualcomm Adreno graphics drivers when we run WebGL apps.
This commit is contained in:
parent
4bd806b7d0
commit
d1a5790ae4
@ -152,6 +152,7 @@ SandboxFilterImpl::Build() {
|
||||
Allow(SYSCALL(getpid));
|
||||
Allow(SYSCALL(gettid));
|
||||
Allow(SYSCALL(getrusage));
|
||||
Allow(SYSCALL(times));
|
||||
Allow(SYSCALL(madvise));
|
||||
Allow(SYSCALL(dup));
|
||||
Allow(SYSCALL(nanosleep));
|
||||
|
Loading…
Reference in New Issue
Block a user