diff options
| -rw-r--r-- | docs/en/users/07_Frequently_Asked_Questions.md | 1 | ||||
| -rw-r--r-- | docs/fr/users/07_Frequently_Asked_Questions.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/users/07_Frequently_Asked_Questions.md b/docs/en/users/07_Frequently_Asked_Questions.md index 252e9c461..8187b8b6a 100644 --- a/docs/en/users/07_Frequently_Asked_Questions.md +++ b/docs/en/users/07_Frequently_Asked_Questions.md @@ -61,6 +61,7 @@ semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data' semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data/cache' semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data/users' semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data/favicons' +semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data/PubSubHubbub' restorecon -Rv /usr/share/FreshRSS/data ``` diff --git a/docs/fr/users/07_Frequently_Asked_Questions.md b/docs/fr/users/07_Frequently_Asked_Questions.md index 94992b154..b1906147a 100644 --- a/docs/fr/users/07_Frequently_Asked_Questions.md +++ b/docs/fr/users/07_Frequently_Asked_Questions.md @@ -60,6 +60,7 @@ semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data' semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data/cache' semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data/users' semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data/favicons' +semanage fcontext -a -t httpd_sys_rw_content_t '/usr/share/FreshRSS/data/PubSubHubbub' restorecon -Rv /usr/share/FreshRSS/data ``` |
