cefpython has always disabled Chromium's sandbox on Linux. Historically this was done with no_sandbox = 1 in CefSettings; as of the cefpython 147 work it's a --no-sandbox command-line switch instead. Either way the sandbox is off, but it's an important security feature and we should enable it where we can. Opening this to track that.
cefpython has always disabled Chromium's sandbox on Linux. Historically this was done with
no_sandbox = 1inCefSettings; as of the cefpython 147 work it's a--no-sandboxcommand-line switch instead. Either way the sandbox is off, but it's an important security feature and we should enable it where we can. Opening this to track that.