Anyone who can not run or start the chrome browser after the update their fedora? The reason is because the SELinux had been updated and the entry had been set to default. Unfortunately, the chrome sandbox won’t allow it to access the shared libraries anymore.
So, to fix this. You just need to open your terminal as root. Type the below command:
$ chcon -t textrel_shlib_t /opt/google/chrome/chrome-sandbox
(you may refer to google issue at http://code.google.com/p/chromium/issues/detail?id=82150 )
Then click your chrome to start, presto it runs again.
Enjoy~


Thanks a lot
Thank you, it worked !
Worked fine on Fedora17!