commit | a2f1d70451dda8e3936e8f873b83ae9e8cf0438f | [log] [tgz] |
---|---|---|
author | Alex Gough <ajgo@chromium.org> | Sat Dec 28 02:50:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 28 02:50:22 2024 |
tree | 88052f2646047466f1235f44233b675e1a3c4430 | |
parent | 134ef9afcaff9644ce859d61752d3ef51b924eb6 [diff] |
Allow threads to be passed to children in content_shell.exe Before this CL, if CsrssLockdown was enabled, content_shell.exe would CHECK() when it attempted to transfer a thread handle to a child. This is because thread handles have granted access of 0x1fffff. This CHECK() only happens on content_shell and not in chrome.exe as the handle checker is installed in chrome.dll. content_shell.exe is a monolithic executable so all calls to ::DuplicateHandle() in content_shell.exe get checked, while before the sandbox IPC call was not, as it is in the chrome.exe module, not chrome.dll. Bug: 40408399 Change-Id: I4dade90529c5e02f3145addacfe453e3e52d5a25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6126016 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1400625}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.