Commit 097ee8ed authored by Jed Davis's avatar Jed Davis Committed by Georg Koppen
Browse files

Bug 1361238 - Re-allow accept4, used by accessibility. r=gcp

MozReview-Commit-ID: 3M3T3bkx4nP

--HG--
extra : rebase_source : b67332889615ae34cc67737da361f21ae545aeb4
parent 2a083c93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: