From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 14 Feb 2009 10:27:52 +0000 (+0000)
Subject: Finish last paragraph in the selinux entry which
X-Git-Tag: v_3_0_11~60
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/user-manual/static/gitweb.js?a=commitdiff_plain;h=a9f1f6d359bd5d33503b910ae8c27eca16489c6a;p=privoxy.git

Finish last paragraph in the selinux entry which
I unintentionally committed with the last commit.
---

diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml
index c2e8f937..5219071a 100644
--- a/doc/source/faq.sgml
+++ b/doc/source/faq.sgml
@@ -26,7 +26,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: faq.sgml,v 2.50 2009/02/11 18:13:36 fabiankeil Exp $
+ $Id: faq.sgml,v 2.51 2009/02/12 16:08:26 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -77,7 +77,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: faq.sgml,v 2.50 2009/02/11 18:13:36 fabiankeil Exp $</pubdate>
+<pubdate>$Id: faq.sgml,v 2.51 2009/02/12 16:08:26 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -2799,12 +2799,16 @@ browsing has slowed to a crawl. What gives? </title>
 <para>
  In <application>Privoxy's</application> case the problem usually
  is that the policy only allows outgoing connections for certain
- destination ports (e.g. 80 and 443). While the standard ports
- maybe covered, websites occasionally use other ports as well.
+ destination ports (e.g. 80 and 443). While this may cover the
+ standard ports, websites occasionally use other ports as well.
  This isn't a security problem and therefore <application>Privoxy's</application>
  default configuration doesn't block these requests.
 </para>
 <para>
+ If you really want to block these ports (and don't be able
+ to load websites that don't use standard ports), you should
+ configure Privoxy to block these ports as well, so it doesn't
+ trigger the selinux warnings.
 </para>
 </sect2>
 
@@ -2887,6 +2891,9 @@ browsing has slowed to a crawl. What gives? </title>
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
 $Log: faq.sgml,v $
+Revision 2.51  2009/02/12 16:08:26  fabiankeil
+Declare the code stable.
+
 Revision 2.50  2009/02/11 18:13:36  fabiankeil
 State the obvious.