Bug 278158
Summary: | [GTK][WPE] WebProcessPool::sandboxEnabled() not always consistent | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | Keywords: | Gtk |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Garcia Campos
We decide whether to enabled sandbox or not when launching the process, so that sandbox can be enabled in WebProcessPool but we still disable it because we are running under valgrind or it's been disabled by an env var. We should decide whether to enable the sandbox or nor in WebvProcessPool and then when launching the process just check the launch options.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/32239
EWS
Committed 282281@main (732612dd3245): <https://commits.webkit.org/282281@main>
Reviewed commits have been landed. Closing PR #32239 and removing active labels.