gecko-dev/security/sandbox
Jed Davis 64717a0c9f Bug 1543790 - Fix RDD sandboxing conditions so the parent and child processes agree. r=gcp
If the system doesn't support seccomp-bpf, the parent process won't
try to set up sandboxing, but the child process has a separate check that
didn't test for this, and ends up failing a release assertion (in
SandboxReporterClient, but we also release-assert that installing the
seccomp-bpf policy succeeds).

This patch just fixes the child-side conditional to match the intended
behavior, but in the long term we should consider redesigning SandboxInfo
to avoid this.

Differential Revision: https://phabricator.services.mozilla.com/D27624

--HG--
extra : moz-landing-system : lando
2019-04-16 13:53:20 +00:00
..
chromium Bug 1534196: Correct return values from failed brokering. r=jmathies 2019-04-08 08:54:27 +01:00
chromium-shim Bug 1375863 - fold MOZ_CONTENT_SANDBOX and MOZ_GMP_SANDBOX into MOZ_SANDBOX; r=jld,firefox-build-system-reviewers 2019-03-18 22:31:59 +00:00
common Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-13 10:19:06 +01:00
linux Bug 1543790 - Fix RDD sandboxing conditions so the parent and child processes agree. r=gcp 2019-04-16 13:53:20 +00:00
mac Bug 1541230 - Part 2 - Add /System/Library read access to the utility sandbox r=Alex_Gaynor 2019-04-09 12:51:18 +00:00
test Bug 1542773 - Make the mac font activation/sandbox test (browser_bug1393259.js) more robust. r=haik 2019-04-09 16:56:06 +00:00
win Bug 1503538: Part 5 - Add static DLL dependency blocking to SandboxBroker; r=bobowen 2019-04-12 09:47:13 +00:00
moz.build Bug 1528074 - Remove MSVC warning flags that clang-cl doesn't understand r=chmanchester 2019-03-13 20:19:08 +00:00