Created
August 30, 2018 06:29
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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