Claudio Jeker <[email protected]> wrote:
> I don't think httpd should handle rdomain in its config but instead you
> should run multiple httpd processes one for each rdomain.
> Not every daemon needs to support running in multiple rdomains at once.
I agree with you Claudio.
This in particular is what lost me:
> > - if (pledge("stdio rpath wpath cpath inet dns sendfd", NULL) == -1)
> > + if (pledge("stdio rpath wpath cpath inet dns sendfd wroute", NULL) ==
> > -1)
We do not want to give httpd additional permissions.