diff options
| author | 2019-10-01 18:12:21 +0200 | |
|---|---|---|
| committer | 2019-10-01 18:12:21 +0200 | |
| commit | 37b52b7361d3ac15273ca19a0b96ef74299e759e (patch) | |
| tree | 23ab272309a6e1ddc23bdd52ef4db130b11c6287 /docs/en/users/07_Frequently_Asked_Questions.md | |
| parent | 7ae4e9f159c9f0678d767dd29baa6cec8f0b04d8 (diff) | |
Trim whitespace (#2544)
Diffstat (limited to 'docs/en/users/07_Frequently_Asked_Questions.md')
| -rw-r--r-- | docs/en/users/07_Frequently_Asked_Questions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/users/07_Frequently_Asked_Questions.md b/docs/en/users/07_Frequently_Asked_Questions.md index 42156b1a9..fd3db4bea 100644 --- a/docs/en/users/07_Frequently_Asked_Questions.md +++ b/docs/en/users/07_Frequently_Asked_Questions.md @@ -47,7 +47,7 @@ For more information on that matter, there is a [dedicated documentation](../../ ## Permissions under SELinux -Some Linux distribution like Fedora or RedHat Enterprise Linux have SELinux system enabled. This acts like a firewall application, so all applications cannot write/modify files under certain conditions. While installing FreshRSS, step 2 can fail if the httpd process cannot write to some data sub-directories, the following command should be executed as root : +Some Linux distribution like Fedora or RedHat Enterprise Linux have SELinux system enabled. This acts like a firewall application, so all applications cannot write/modify files under certain conditions. While installing FreshRSS, step 2 can fail if the httpd process cannot write to some data sub-directories, the following command should be executed as root : ```sh semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data(/.*)?' restorecon -Rv /usr/share/FreshRSS/data |
