[CentOS] Missing Chrome Dependency

Wed Jun 19 17:25:12 UTC 2013
Thomas Eriksson <thomas.eriksson at slac.stanford.edu>


On 06/19/2013 09:48 AM, Johnny Hughes wrote:
> On 06/18/2013 03:41 PM, Johnny Hughes wrote:
>> On 06/18/2013 03:32 PM, Alfred von Campe wrote:
>>> On Jun 18, 2013, at 6:28, Johnny Hughes wrote:
>>>
>>>> OK, the latest stable version of Chromium is now posted here:
>>>>
>>>> http://people.centos.org/hughesjr/chromium/6/
>>> Thanks for all you for CentOS and for making this available. Any
>>> chance you can add support for the 32-bit version?  I'm running
>>> CentOS 6 i386 and not x86_64.
>> I will have to create a VM to do that ... let me see if I can get it to
>> build in one.
> 
> There is now a 32 bit version of chromium posted ... same instructions
> ... please test it.
> 

I tried the 64bit version, and while it appears to run fine, I get
errors like these

[10072:10072:0619/101751:ERROR:zygote_host_impl_linux.cc(144)] Running
without the SUID sandbox! See
https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for
more information on developing with the sandbox on.
[0619/101803:ERROR:nacl_helper_linux.cc(262)] NaCl helper process
running without a sandbox!
Most likely you need to configure your SUID sandbox correctly


And selinux seems to complain about nacl_helper_bootstrap...

kernel: type=1400 audit(1371662271.495:75): avc:  denied  { mmap_zero }
for  pid=10076 comm="nacl_helper_boo"
scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
tcontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
tclass=memprotect


-Thomas