Created
December 23, 2015 05:45
-
-
Save swaldman/1dbb10b77df23219eac8 to your computer and use it in GitHub Desktop.
semanage
This file contains 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
[root@tickle1 /]# semanage fcontext -a -e /usr/share/nginx/html /home/web/fallback | |
[root@tickle1 /]# restorecon -vR /home/web/fallback | |
restorecon reset /home/web/fallback context system_u:object_r:user_home_t:s0->system_u:object_r:httpd_sys_content_t:s0 | |
restorecon reset /home/web/fallback/index.html context system_u:object_r:user_home_t:s0->system_u:object_r:httpd_sys_content_t:s0 | |
restorecon reset /home/web/fallback/somefile context system_u:object_r:user_home_t:s0->system_u:object_r:httpd_sys_content_t:s0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment