diff options
author | 2013-12-12 10:48:52 +0000 | |
---|---|---|
committer | 2013-12-12 10:48:52 +0000 | |
commit | 34a21554945289323f82ec1786892eba72f3b7ea (patch) | |
tree | fffe11a96f17a41ab11dd2c7c33b1a185e5acfbc | |
parent | Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's (diff) | |
download | wireguard-openbsd-34a21554945289323f82ec1786892eba72f3b7ea.tar.xz wireguard-openbsd-34a21554945289323f82ec1786892eba72f3b7ea.zip |
Make it clear that slowcgi(8) drops privileges to user www.
Pointed out some time ago by blambert.
OK jmc, blambert
-rw-r--r-- | usr.sbin/slowcgi/slowcgi.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/slowcgi/slowcgi.8 b/usr.sbin/slowcgi/slowcgi.8 index 85e063d3c92..cd1027e9c12 100644 --- a/usr.sbin/slowcgi/slowcgi.8 +++ b/usr.sbin/slowcgi/slowcgi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slowcgi.8,v 1.4 2013/08/26 08:02:03 blambert Exp $ +.\" $OpenBSD: slowcgi.8,v 1.5 2013/12/12 10:48:52 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: August 26 2013 $ +.Dd $Mdocdate: December 12 2013 $ .Dt SLOWCGI 8 .Os .Sh NAME @@ -36,7 +36,9 @@ with permissions 0660. It then .Xr chroot 8 to -.Pa /var/www . +.Pa /var/www +and drops privileges to user +.Qq www . .Pp The options are as follows: .Bl -tag -width Ds |