[Kimchi-devel] [PATCH] [Wok 2/2] Update troubleshooting documentation

pvital at linux.vnet.ibm.com pvital at linux.vnet.ibm.com
Wed Jul 13 17:53:56 UTC 2016


From: Paulo Vital <pvital at linux.vnet.ibm.com>

Signed-off-by: Paulo Vital <pvital at linux.vnet.ibm.com>
---
 docs/troubleshooting.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 858f78f..8f7c26d 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -25,6 +25,7 @@ Wok uses by default the ports 8000 and 8001. To allow incoming connections:
     Don't forget to correctly save the rules.
 
 ### SELinux
-Allow httpd_t context for Wok web server:
+Allow httpd_t context for Wok web server and add default port to it:
 
     $ sudo semanage permissive -a httpd_t
+    $ sudo semanage port -a -t http_port_t -p tcp 8001
-- 
2.7.4




More information about the Kimchi-devel mailing list