[tor-commits] [tor-browser/tor-browser-52.3.0esr-7.5-2] Bug 1361238 - Re-allow accept4, used by accessibility. r=gcp

gk at torproject.org gk at torproject.org
Thu Sep 21 16:14:42 UTC 2017


commit 9a694d0d0cda658157ec2f86e68db0e72b556e04
Author: Jed Davis <jld at mozilla.com>
Date:   Mon May 1 21:51:11 2017 -0600

    Bug 1361238 - Re-allow accept4, used by accessibility. r=gcp
    
    MozReview-Commit-ID: 3M3T3bkx4nP
    
    --HG--
    extra : rebase_source : b67332889615ae34cc67737da361f21ae545aeb4
---
 security/sandbox/linux/SandboxFilter.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/sandbox/linux/SandboxFilter.cpp b/security/sandbox/linux/SandboxFilter.cpp
index f1520aa29e15..7e1771a62665 100644
--- a/security/sandbox/linux/SandboxFilter.cpp
+++ b/security/sandbox/linux/SandboxFilter.cpp
@@ -531,6 +531,7 @@ public:
     case SYS_SEND:
     case SYS_SOCKET: // DANGEROUS
     case SYS_CONNECT: // DANGEROUS
+    case SYS_ACCEPT4: // Used by a11y; see bug 1361238
     case SYS_GETSOCKOPT:
     case SYS_SETSOCKOPT:
     case SYS_GETSOCKNAME:





More information about the tor-commits mailing list