[tor-commits] [sandboxed-tor-browser/master] Bug 23449: Allow `epool_pwait` in the tor seccomp rules.

yawning at torproject.org yawning at torproject.org
Sun Sep 10 15:38:54 UTC 2017


commit 74df78a7462e0ccc290fed05b130883f1e33fd23
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Sun Sep 10 15:38:21 2017 +0000

    Bug 23449: Allow `epool_pwait` in the tor seccomp rules.
---
 ChangeLog                     | 1 +
 data/tor-common-amd64.seccomp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 09a23eb..fedcb4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Changes in version 0.0.13 - UNRELEASED:
  * Bug 13170: Disable the rest of the Firefox experiments botnet prefs.
+ * Bug 23449: Allow `epool_pwait` in the tor seccomp rules.
  * Use lockPref for the IDN override done as part of #22984.
  * Unset the addon autoupdater URL prefs.
  * Disable the "Open with" dialog, which will never work.
diff --git a/data/tor-common-amd64.seccomp b/data/tor-common-amd64.seccomp
index c324843..4497b8f 100644
--- a/data/tor-common-amd64.seccomp
+++ b/data/tor-common-amd64.seccomp
@@ -33,6 +33,7 @@ close: 1
 clone: 1
 epoll_create: 1
 epoll_wait: 1
+epoll_pwait: 1
 eventfd2: 1
 pipe2: 1
 pipe: 1



More information about the tor-commits mailing list