Installare chrome (chromium)

Salve a tutti, ho da poco a navigare in questo mondo. Premetto che il mio utilizzo del computer è molto leggero, email, web e chat.
Volevo installare chromium sul mio pc, ma mi restituisce uno strano errore:

SELinux is preventing /opt/google/chrome/chrome from execmod access on the file /opt/google/chrome/chrome.

***** Plugin allow_execmod (91.4 confidence) suggests **********************

If you want to allow chrome to have execmod access on the chrome file
Then you need to change the label on ‘/opt/google/chrome/chrome’
Do

semanage fcontext -a -t textrel_shlib_t ‘/opt/google/chrome/chrome’

restorecon -v ‘/opt/google/chrome/chrome’

***** Plugin catchall (9.59 confidence) suggests ***************************

If you believe that chrome should be allowed execmod access on the chrome file by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:

grep chrome /var/log/audit/audit.log | audit2allow -M mypol

semodule -i mypol.pp

Additional Information:
Contesto della sorgente unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c
0.c1023
Contesto target system_u:object_r:execmem_exec_t:s0
Oggetti target /opt/google/chrome/chrome file ]
Sorgente chrome
Percorso della sorgente /opt/google/chrome/chrome
Porta
Host brizio
Sorgente Pacchetti RPM google-chrome-stable-14.0.835.202-103287
Pacchetti RPM target google-chrome-stable-14.0.835.202-103287
RPM della policy selinux-policy-3.9.16-23.fc15
Selinux abilitato True
Tipo di policy targeted
Modalità Enforcing Enforcing
Host Name brizio
Piattaforma Linux brizio 2.6.38.6-26.rc1.fc15.i686 #1 SMP Mon
May 9 20:43:14 UTC 2011 i686 i686
Conteggio avvisi 11
Primo visto dom 23 ott 2011 14:24:19 CEST
Ultimo visto dom 23 ott 2011 14:52:36 CEST
ID locale 7454d70e-d545-49b8-9d11-fa5b750fe4ca

Messaggi Raw Audit
type=AVC msg=audit(1319374356.239:55): avc: denied { execmod } for pid=1603 comm=“chrome” path="/opt/google/chrome/chrome" dev=sda5 ino=265245 scontext=unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c0.c1023 tcontext=system_u:object_r:execmem_exec_t:s0 tclass=file

type=SYSCALL msg=audit(1319374356.239:55): arch=i386 syscall=mprotect success=no exit=EACCES a0=b4506000 a1=31ff000 a2=5 a3=bfd7da90 items=0 ppid=0 pid=1603 auid=500 uid=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) ses=2 comm=chrome exe=/opt/google/chrome/chrome subj=unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c0.c1023 key=(null)

Hash: chrome,chrome_sandbox_t,execmem_exec_t,file,execmod

audit2allow

#============= chrome_sandbox_t ==============
allow chrome_sandbox_t execmem_exec_t:file execmod;

audit2allow -R

#============= chrome_sandbox_t ==============
allow chrome_sandbox_t execmem_exec_t:file execmod;


come posso risolvere? Premetto che ho seguito una guida online passo passo!

Se ne parla qui:
**http://www.fedoraonline.it/modules/newbb/viewtopic.php?topic_id=16529&forum=41
**

Vedo che hai installato Chrome.
Io uso Chromium (http://www.fedoraonline.it/modules/news/article.php?storyid=545): non mi ha mai dato problemi con selinux (f14 e f15, entrambe 64 bit).