Bug 250232
Summary: | [WPE][GTK] Rename environment variable for turning off sandbox | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=220117 |
Michael Catanzaro
Let's split this from bug #220117. Disabling the sandbox is very useful for debugging purposes. But the name of the environment variable should be much scarier than the current WEBKIT_FORCE_SANDBOX=0. My original suggestion was WEBKIT_ALLOW_HACKING_ME=1, but Carlos Garcia and Patrick don't like this. How about WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
More possible variants of this:
WEBKIT_DANGEROUS_DISABLE_SANDBOX=1
WEBKIT_DISABLE_SANDBOX_DANGEROUS=1
WEBKIT_DISABLE_SANDBOX_DANGEROUSLY=1
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/8591
EWS
Committed 258930@main (0b04b92cda5a): <https://commits.webkit.org/258930@main>
Reviewed commits have been landed. Closing PR #8591 and removing active labels.