Skip to content

Instantly share code, notes, and snippets.

@firstval
Last active October 13, 2015 06:14
Show Gist options
  • Select an option

  • Save firstval/fb4a909f2c1be4637df8 to your computer and use it in GitHub Desktop.

Select an option

Save firstval/fb4a909f2c1be4637df8 to your computer and use it in GitHub Desktop.
You can see if SELinux is causing the problem. Can't change the permissions to public
#to solve the permission problem
sudo setenforce 0
Solution #1:
Edit the /etc/sysconfig/selinux file and change "SELINUX=Enforcing" to "SELINUX=Permissive."
The /etc/sysconfig/selinux file is persistent.
http://www.crypt.gen.nz/selinux/disable_selinux.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment