File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,13 @@ In a RHEL6 production environment it is assumed [SELinux is enabled](http://stop
53
53
54
54
setsebool -P httpd_can_network_connect on
55
55
setsebool -P httpd_can_network_relay on
56
- setsebool -P httpd_enable_homedirs on
57
56
setsebool -P httpd_read_user_content on
58
- semanage fcontext -a -t user_home_dir_t '/home/git(/.*)?'
59
- semanage fcontext -a -t ssh_home_t '/home/git/.ssh(/.*)?'
60
- semanage fcontext -a -t httpd_sys_content_t '/home/git/gitlab/public(/.*)?'
61
- semanage fcontext -a -t httpd_sys_content_t '/home/git/repositories(/.*)?'
57
+ semanage -i - <<EOF
58
+ fcontext -a -t user_home_dir_t '/home/git(/.*)?'
59
+ fcontext -a -t ssh_home_t '/home/git/.ssh(/.*)?'
60
+ fcontext -a -t httpd_sys_content_t '/home/git/gitlab/public(/.*)?'
61
+ fcontext -a -t httpd_sys_content_t '/home/git/repositories(/.*)?'
62
+ EOF
62
63
restorecon -R /home/git
63
64
64
65
** Note:** ` semanage ` is part of the ` policycoreutils-python ` package.
You can’t perform that action at this time.
0 commit comments