diff options
author | florian | 2013-12-12 10:48:52 +0000 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 12:33:55 +0200 |
commit | 096631433ce11fac09344d8133512263bf4218c8 (patch) | |
tree | bb5f7b46f68ef6090c40cc3412e74a266bb410bf /slowcgi.8 | |
parent | ce47d1ea7850fa77759c01e558eb75b7db41aab6 (diff) | |
download | slowcgi-096631433ce11fac09344d8133512263bf4218c8.tar.gz |
Make it clear that slowcgi(8) drops privileges to user www. Pointed out some time ago by blambert. OK jmc, blambert
Diffstat (limited to 'slowcgi.8')
-rw-r--r-- | slowcgi.8 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |