[master] a75ce8b Remove doc references to parameters which has been removed.

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 16 11:42:10 CET 2015


commit a75ce8b7b94d93d0c09a9b3472fe9384652080f5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 16 10:37:51 2015 +0000

    Remove doc references to parameters which has been removed.

diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index 90c4344..a9cf7d5 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -124,8 +124,7 @@ OPTIONS
   administrator a way to limit what the Varnish CLI can do.  Consider
   making parameters such as *user*, *group*, *cc_command*,
   *vcc_allow_inline_c* read only as these can potentially be used to
-  escalate privileges from the CLI.  Protecting *listen_address* may
-  also be a good idea.
+  escalate privileges from the CLI.
 
 -s <[name=]type[,options]>
 
diff --git a/doc/sphinx/users-guide/run_security.rst b/doc/sphinx/users-guide/run_security.rst
index 72f7bda..e34b0a7 100644
--- a/doc/sphinx/users-guide/run_security.rst
+++ b/doc/sphinx/users-guide/run_security.rst
@@ -156,12 +156,6 @@ interface.
 Pretty much any parameter can be used to totally mess up your
 HTTP service, but a few can do more damage than others:
 
-.. XXX :ref:`ref_param_user` and :ref:`ref_param_group`
-.. XXX	Access to local system via VCL
-
-:ref:`ref_param_listen_address`
-	Trojan other TCP sockets, like `ssh`
-
 :ref:`ref_param_cc_command`
 	Execute arbitrary programs
 



More information about the varnish-commit mailing list