Last active
October 13, 2015 06:14
-
-
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
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
| #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