[4.1] 768a853 Only root can jail

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Tue Jun 6 10:29:06 CEST 2017


commit 768a8536c04f25e3097763a6f5ca310c8d55a78b
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon May 15 17:46:46 2017 +0200

    Only root can jail
    
    Fixes #2329

diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index 4da80a7..4506a63 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -233,8 +233,8 @@ specific options. Available jails are:
 
 -j <unix[,user=`user`][,ccgroup=`group`][,workuser=`user`]>
 
-  Default on all other platforms when `varnishd` is either started with
-  an effective uid of 0 ("as root") or as user ``varnish``.
+  Default on all other platforms when `varnishd` is started with an
+  effective uid of 0 ("as root").
 
   With the ``unix`` jail mechanism activated, varnish will switch to
   an alternative user for subprocesses and change the effective uid of



More information about the varnish-commit mailing list