[Bug 3126] Mark the RDomain configuration option unsupported on non-openbsd builds
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Apr 24 14:34:26 AEST 2020
https://bugzilla.mindrot.org/show_bug.cgi?id=3126
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3370|0 |1
is obsolete| |
CC| |djm at mindrot.org
Attachment #3386| |ok?(djm at mindrot.org)
Flags| |
--- Comment #8 from Darren Tucker <dtucker at dtucker.net> ---
Created attachment 3386
--> https://bugzilla.mindrot.org/attachment.cgi?id=3386&action=edit
fatal out if config has unsupported rdomain keyword
Revised patch which causes it to fatal out at parse time if rdomain is
unsupported instead of just logging a warning. Rationale: the user
might think they have applied a restriction but actually have not.
It uses HAVE_SYS_SET_PROCESS_RDOMAIN in addition to __OpenBSD__ since
that would be set if a platform did support it (although no platform
currently does, the infrastructure is there).
It also removes the entry in the man page. Rationale: there are many
configuration options that depend on platform and/or build time support
and including all of them in the man page would be a) unwieldy and b)
a maintenance burden since it would make it harder to keep in sync with
upstream.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list