Created
January 2, 2016 00:02
-
-
Save kbeathanabhotla/2b6589153a4cd63dc256 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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