Author :
deraadt
Date :
2026-03-11 14:42:43
Hash :4f45c41d Message :On OpenBSD, recv*msg(2) can return EPERM if the ancillary data from
the other side contains a file descriptor type we don't like. We
have some protection against ridiculous types, and when running in pledge
it gets even more strict.
ok kettenis