-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsupported flag --disable-setuid-sandbox #25
Comments
AFAIk this flag IS used: https://cs.chromium.org/search/?q=kDisableSetuidSandbox&sq=package:chromium&type=cs See the |
Hi guys, |
This flag would cause this error and cannot launch chrome 27907:27907:0205/194525.657250:FATAL:zygote_host_impl_linux.cc(107)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
[1] 27907 abort /usr/bin/google-chrome-stable --disable-translate --disable-extensions |
If a user still needs to do this, they can pass this flag as a launch flag option. Fixes #25
Any reason why @samccone's commit wasn't merged? I'd love to get rid of this annoying warning 🤔 |
@calebeby see #68 (comment), if you'd like to be the one to pick it up, be our guest :) |
@patrickhulce I'm not sure I completely understand the relation between this issue and the linked PR. If I submitted a PR that just removed the |
any update on this? |
This flag is still in use in the Chromium codebase AFAICT, so we would like to continue supporting it, but we've added If anyone would like to submit a PR that adds a check for chrome-launcher/src/chrome-launcher.ts Lines 150 to 152 in e67a10d
I think that sounds good! 👍 |
I have found a workaround for this on Linux. You can use the
|
I suggest removing this code, the flag is no longer used in chrome.
The text was updated successfully, but these errors were encountered: