I've downloaded and unpacked a fresh copy of Chromium (Linux_x64), and when I try to run the chrome
binary, this happens:
[23986:23986:0806/143027:FATAL:browser_main_loop.cc(148)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Aborted (core dumped)
It doesn't happen with Ubuntu's chromium-browser
package. I can bypass the error by running Chromium with --no-sandbox
but I'd rather leave the sandbox enabled.
chrome_sandbox
has permissions 4755
and is executable by chrome
. Does anyone know how to fix this error?
It might not be related, but I'm using full-disk encryption on my Ubuntu install.