aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian2018-08-01 11:47:29 +0000
committerWynn Wolf Arbor2020-05-24 12:33:55 +0200
commit687262f50332e0da903af54f658dbaf33f72b8c7 (patch)
treed3e657b93ada8dd9af0ae5edf0943e75ec387247
parent83a6896ea8516193a320328ab9fa4495d8b05d07 (diff)
downloadslowcgi-687262f50332e0da903af54f658dbaf33f72b8c7.tar.gz
Clarify that we chroot to the users home directory if -u is provided. Pointed out by Andrew Daugherity (andrew.daugherity AT gmail), thanks! Tweaks and OK jmc
-rw-r--r--slowcgi.810
1 files changed, 7 insertions, 3 deletions
diff --git a/slowcgi.8 b/slowcgi.8
index 52bded7..8e9340e 100644
--- a/slowcgi.8
+++ b/slowcgi.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: slowcgi.8,v 1.12 2017/10/17 22:47:58 schwarze Exp $
+.\" $OpenBSD: slowcgi.8,v 1.13 2018/08/01 11:47:29 florian Exp $
.\"
.\" Copyright (c) 2013 Florian Obser <florian@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 17 2017 $
+.Dd $Mdocdate: August 1 2018 $
.Dt SLOWCGI 8
.Os
.Sh NAME
@@ -78,7 +78,11 @@ Create and bind to alternative local socket at
.It Fl u Ar user
Drop privileges to
.Ar user
-instead of default user www.
+instead of default user www and
+.Xr chroot 8
+to
+the home directory of
+.Ar user .
.El
.Sh SEE ALSO
.Xr httpd 8