RESOLVED FIXED 278158
[GTK][WPE] WebProcessPool::sandboxEnabled() not always consistent
https://bugs.webkit.org/show_bug.cgi?id=278158
Summary [GTK][WPE] WebProcessPool::sandboxEnabled() not always consistent
Carlos Garcia Campos
Reported 2024-08-15 02:44:21 PDT
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
Carlos Garcia Campos
Comment 1 2024-08-15 02:49:42 PDT
EWS
Comment 2 2024-08-15 06:37:52 PDT
Committed 282281@main (732612dd3245): <https://commits.webkit.org/282281@main> Reviewed commits have been landed. Closing PR #32239 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.