"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
"Omar Polo" <op@omarpolo.com>
Subject:
Re: gotwebd: propagate chroot path to child processes
To:
Thomas Adam <thomas@xteddy.org>
Cc:
Game of Trees <gameoftrees@openbsd.org>
Date:
Tue, 24 Feb 2026 21:43:06 +0100

Download raw body.

Thread
Thomas Adam <thomas@xteddy.org> wrote:
> Because gotweb's config is read in the parent process, the chroot
> value is never sent to the children of gotwebd.  This effectively
> means that the chroot value in the config is ignored, and as a
> consequence, defaults to "/var/www".
> 
> On some systems, "/var/www" may well exist which is why this bug has
> been masked but on non-BSD systems, this is not always the case.
> 
> OK?

diff mangled, but okay nevertheless =)

Thanks!
Omar Polo