google chrome sandbox F20
I did a fresh install of F20 on a Dell c610 laptop, and then installed google chrome
When I try to run it, it says
ERROR:nacl_helper_linux.cc(236)] NaCl helper process running without a sandbox! Most likely you need to configure your SUID sandbox correctly
I tried turning selinux from enforcing to permissive, but that did not help.
How do I configure the sandbox correctly?
http://code.google.com/p/chromium/issues/detail?id=318646 ?
what's your output for
ls -Z /opt/google/chrome/
?If it's selinux problem, are you sure you have tested the selinux permissive correctly? (
setenforce 0; getenforce
)