Create and install sshd random relink kit.
authorderaadt <deraadt@openbsd.org>
Wed, 18 Jan 2023 20:43:15 +0000 (20:43 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 18 Jan 2023 20:43:15 +0000 (20:43 +0000)
commit898412097f87ba70d4012f7a2e827f59719c659d
tree2c8db27bb1cc0265fe7fdc9ce0eef24512a01df6
parentdeeae2d57a5b67c29fc378ce6edd576805fe7ae7
Create and install sshd random relink kit.
../Makefile.inc and Makfile are concatenated for reuse, which hopefully won't
be too fragile, we'll see if we need a different approach.
The resulting sshd binary is tested with the new sshd -V option before
installation.  As the binary layout is now semi-unknown (meaning
relative, fixed, and gadget offsets are not precisely known), change
the filesystem permissions to 511 to prevent what I call "logged in BROP".
I have ideas for improving this further but this is a first step
ok djm
usr.bin/ssh/sshd/Makefile