Skip to content

Instantly share code, notes, and snippets.

@warlock
Created August 30, 2018 06:29
Show Gist options
  • Save warlock/25a965c417261d85003108e003976e23 to your computer and use it in GitHub Desktop.
Save warlock/25a965c417261d85003108e003976e23 to your computer and use it in GitHub Desktop.
[3996:3996:0830/082616.049145:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/google/chrome/chrome-sandbox is owned by root and has mode 4755.
sudo chown root /opt/google/chrome/chrome-sandbox
sudo chmod 4755 /opt/google/chrome/chrome-sandbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment