gecko-dev/security/sandbox
Jed Davis 3f4202c5c0 Bug 1401774 - Make fd exhaustion errors from the Linux sandbox broker more obvious. r=gcp
If we get `MSG_CTRUNC` back from `recvmsg` in this context, it means
a file descriptor couldn't be received; because the sender will never
attach too many fds, the only reasonable cause is fd exhaustion in the
receiving process.  Therefore, we should return `EMFILE` ("Too many open
files") instead of `EMSGSIZE` ("Message too long") to reduce confusion
when reading log messages.

Differential Revision: https://phabricator.services.mozilla.com/D129891
2021-11-03 23:53:43 +00:00
..
chromium Bug 1713973 p2: Add Uniscribe Line Breaking via chromium-sandbox IPC. r=tkikuchi,jfkthame 2021-10-26 09:58:51 +00:00
chromium-shim Bug 1713973 p4: Test brokered complex breaker against Uniscribe in content. r=jfkthame 2021-10-26 09:58:52 +00:00
common Bug 1467758 - WindowServer connection never being terminated r=spohl 2021-10-19 16:38:33 +00:00
linux Bug 1401774 - Make fd exhaustion errors from the Linux sandbox broker more obvious. r=gcp 2021-11-03 23:53:43 +00:00
mac Bug 1734058 - Update dav1d to new version f52aee04fbd711cddab23d0aa9b196e9c963e7b8 from 2021-10-04 21:58:36. r=mjf,haik 2021-10-26 17:11:36 +00:00
test Bug 1732580 - Allow read access to files under $SNAP/ in the webcontent sandbox. r=gcp 2021-10-08 19:12:16 +00:00
win Bug 1713973 p2: Add Uniscribe Line Breaking via chromium-sandbox IPC. r=tkikuchi,jfkthame 2021-10-26 09:58:51 +00:00
moz.build Bug 1713973 p2: Add Uniscribe Line Breaking via chromium-sandbox IPC. r=tkikuchi,jfkthame 2021-10-26 09:58:51 +00:00