Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorekes <ekes@iskra.net>2016-03-26 00:13:43 +0300
committerekes <ekes@iskra.net>2016-03-26 00:13:43 +0300
commitc1ff1404b933c194870aa597d20755e7d911a33f (patch)
tree800d0a71fb8c72524698a8d018adad26d90a2885 /docs
parent53d90a7d39d65212394d3f905860753f03c0d08e (diff)
SELinux installation context settings #150
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/installation.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user-guide/installation.md b/docs/user-guide/installation.md
index 9f6071d..a2ae319 100644
--- a/docs/user-guide/installation.md
+++ b/docs/user-guide/installation.md
@@ -36,6 +36,9 @@ $ chmod -R 755 polr
$ chown -R www-data polr
# run only if on Fedora-based systems
$ chown -R apache polr
+
+# run only if on recent Fedora, or other system, with SELinux enforcing
+$ chcon -R -t httpd_sys_rw_content_t polr/storage polr/.env
```
## Installing using `composer`