Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
edugain
eduGAIN Connectivity Check
Commits
4b05bee8
Commit
4b05bee8
authored
Oct 13, 2021
by
Marco Malavolti
Browse files
Fixed SELinux permissions
parent
159a6174
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4b05bee8
...
...
@@ -273,9 +273,9 @@ After the initial download, it is recommended that you occasionally go through t
*
CentOS:
*
`sudo yum install mod_proxy_uwsgi unzip`
*
Configure SElinux to enable ECCS:
*
`sudo semanage fcontext -a -t http_sys_content_t $HOME/eccs/eccs.conf`
*
`sudo semanage fcontext -a -t http
d
_sys_content_t $HOME/eccs/eccs.conf`
*
`sudo restorecon -v $HOME/eccs/eccs.conf`
*
`sudo semanage fcontext -a -t http_sys_content_t $HOME/eccs/html(/.*)?`
*
`sudo semanage fcontext -a -t http
d
_sys_content_t $HOME/eccs/html(/.*)?`
*
`sudo restorecon -R -v "$HOME/eccs/html/"`
*
`sudo setsebool -P httpd_can_network_connect 1`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment