mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
SELinux installation context settings #150
This commit is contained in:
parent
53d90a7d39
commit
c1ff1404b9
@ -36,6 +36,9 @@ $ chmod -R 755 polr
|
|||||||
$ chown -R www-data polr
|
$ chown -R www-data polr
|
||||||
# run only if on Fedora-based systems
|
# run only if on Fedora-based systems
|
||||||
$ chown -R apache polr
|
$ 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`
|
## Installing using `composer`
|
||||||
|
Loading…
Reference in New Issue
Block a user