瀏覽代碼

Selinux FAQ

Add PubSubHubbub sub directory
Henry 8 年之前
父節點
當前提交
f62d69e1f4
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      docs/en/users/07_Frequently_Asked_Questions.md
  2. 1 0
      docs/fr/users/07_Frequently_Asked_Questions.md

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