From 4b05bee8fb8d31fd93e2ef0dcffa995c1d1b1851 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@gmail.com> Date: Wed, 13 Oct 2021 18:11:57 +0200 Subject: [PATCH] Fixed SELinux permissions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfba91e..ac4b9ad 100644 --- a/README.md +++ b/README.md @@ -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 httpd_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 httpd_sys_content_t $HOME/eccs/html(/.*)?` * `sudo restorecon -R -v "$HOME/eccs/html/"` * `sudo setsebool -P httpd_can_network_connect 1` -- GitLab