Sfoglia il codice sorgente

Selinux FAQ

Add PubSubHubbub sub directory
Henry 8 anni fa
parent
commit
f62d69e1f4

+ 1 - 0
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
 ```

+ 1 - 0
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
 ```