forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux sandbox: Run PreSandboxInit() in all sandboxed processes
ContentMainRunnerImpl's PreSandboxInit() didn't run in sandboxed processes that weren't launched from a zygote. Now it does. Similarly, ZygotePreSandboxInit() also needs to run in these processes. There's nothing zygote-specific about this code, and it runs at the same time as PreSandboxInit(), so just inline it into PreSandboxInit(). Bug: 1079808 Change-Id: I02d43b5f1e6f822b7db9e429546ca93b95d79ebe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4328451 Reviewed-by: Ken Rockot <rockot@google.com> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/main@{#1115893}
- Loading branch information
Showing
2 changed files
with
20 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters