summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt@openbsd.org <deraadt@openbsd.org>2023-01-18 20:43:15 +0000
committerDamien Miller <djm@mindrot.org>2023-02-01 09:20:18 +1100
commita4cb9be1b021b511e281ee55c356f964487d9e82 (patch)
tree965d86a6a8a23e61a39e499b5bafe0c2c306b4c6
parentbc7de6f91a9a0ae2f148a9d31a4027d441a51999 (diff)
upstream: 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 OpenBSD-Commit-ID: 1e0a2692b7e20b126dda60bf04999d1d30d959d8
-rw-r--r--.skipped-commit-ids1
1 files changed, 1 insertions, 0 deletions
diff --git a/.skipped-commit-ids b/.skipped-commit-ids
index b6396789..9d6494a0 100644
--- a/.skipped-commit-ids
+++ b/.skipped-commit-ids
@@ -25,6 +25,7 @@ cc12a9029833d222043aecd252d654965c351a69 moduli-gen Makefile
7ac6c252d2a5be8fbad4c66d9d35db507c9dac5b moduli update
6b52cd2b637f3d29ef543f0ce532a2bce6d86af5 makefile change
f9a0726d957cf10692a231996a1f34e7f9cdfeb0 moduli update
+1e0a2692b7e20b126dda60bf04999d1d30d959d8 sshd relinking makefile changes
Old upstream tree: