From efba502b2f83dd3a28c79b8807e1834153219b74 Mon Sep 17 00:00:00 2001 From: hal9 Date: Sat, 14 Oct 2006 23:03:56 +0000 Subject: [PATCH] Add example of configuring with --disable-ofrce, etc. --- doc/source/buildsource.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index f6a7c676..994d4953 100644 --- a/doc/source/buildsource.sgml +++ b/doc/source/buildsource.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: buildsource.sgml,v 2.8 2006/09/22 01:27:55 hal9 Exp $ + $Id: buildsource.sgml,v 2.9 2006/09/22 10:38:05 hal9 Exp $ Copyright (C) 2001-2006 Privoxy Developers http://privoxy.org See LICENSE. @@ -131,6 +131,18 @@ in the freshly downloaded or unpacked source directory. + + To build an executable with security enhanced features so that + users cannot easily bypass the proxy (e.g. go there anyway, or + change their own configurations, configure like this: + + + + ./configure --disable-toggle --disable-editor --disable-force + + +Then build as above. + WARNING: If installing as root, the install will fail unless a non-root user or group is specified, or a privoxy -- 2.49.0