[tor-commits] [sandboxed-tor-browser/master] fixup! Bug #20858: Make OpenGL work in the container with SW rendering.

yawning at torproject.org yawning at torproject.org
Fri Dec 2 09:48:17 UTC 2016


commit f43c7ae0233b6ce9a38e768283a2d01bf3ebd481
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Fri Dec 2 09:47:17 2016 +0000

    fixup! Bug #20858: Make OpenGL work in the container with SW rendering.
    
    i386 systems require waitpid() to be whitelisted for the firefox
    GLX test child process.
---
 data/torbrowser-launcher-whitelist-extras-i386.seccomp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/torbrowser-launcher-whitelist-extras-i386.seccomp b/data/torbrowser-launcher-whitelist-extras-i386.seccomp
index cf3d565..d00383f 100644
--- a/data/torbrowser-launcher-whitelist-extras-i386.seccomp
+++ b/data/torbrowser-launcher-whitelist-extras-i386.seccomp
@@ -15,3 +15,5 @@ set_thread_area: 1
 recv: 1
 send: 1
 socketcall: 1
+
+waitpid: 1



More information about the tor-commits mailing list