Skip to content

Instantly share code, notes, and snippets.

@kbeathanabhotla
Created January 2, 2016 00:02
Show Gist options
  • Save kbeathanabhotla/2b6589153a4cd63dc256 to your computer and use it in GitHub Desktop.
Save kbeathanabhotla/2b6589153a4cd63dc256 to your computer and use it in GitHub Desktop.
Google Chrome launch problem on CentOS
--------------------------------------
Error Message : SELinux is preventing chrome from using the setcap access on a process.
Solution: Execute the following commands
grep chrome /var/log/audit/audit.log | audit2allow -M mypol
semodule -i mypol.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment