[sandboxed-tor-browser/master] Add setsid() to the tor seccomp whitelist.

commit 7f6bd55a87d98f005db80ea6233f422544b20a42 Author: Yawning Angel <yawning@schwanenlied.me> Date: Wed Jan 11 03:26:20 2017 +0000 Add setsid() to the tor seccomp whitelist. Bubblewrap commit d7fc532c42f0e9bf427923bab85433282b3e5117 adds a call to this, after the seccomp filter's been installed. --- data/tor-common-amd64.seccomp | 1 + 1 file changed, 1 insertion(+) diff --git a/data/tor-common-amd64.seccomp b/data/tor-common-amd64.seccomp index 59ce3e1..5bc0428 100644 --- a/data/tor-common-amd64.seccomp +++ b/data/tor-common-amd64.seccomp @@ -94,6 +94,7 @@ restart_syscall: 1 set_tid_address: 1 unshare: 1 rt_sigaction: 1 +setsid: 1 # XXX: This is only required for ASAN builds, so this should be included at # runtime.
participants (1)
-
yawning@torproject.org