Monday, September 02, 2024

Re: IPv6 static host address inside dynamic network

On 2024-09-02 22:51 -04, Chris Ross <cross+openbsd@distal.com> wrote:
> Yeah. I see rtsold has a couple scripts it knows how to run, so that is a
> place. But having a hook in slaacd(8) (or somewhere else?) would be nice.

Not going to happen.

engine.c: if (pledge("stdio", NULL) == -1)
frontend.c: if (pledge("stdio unix recvfd route", NULL) == -1)
slaacd.c: if (pledge("stdio inet sendfd wroute", NULL) == -1)

This thing is running per default on every system, it will not pledge
"fork exec", ever.

--
In my defence, I have been left unsupervised.

No comments:

Post a Comment