diff options
author | deraadt@openbsd.org <deraadt@openbsd.org> | 2023-01-18 21:43:15 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-01-31 23:20:18 +0100 |
commit | a4cb9be1b021b511e281ee55c356f964487d9e82 (patch) | |
tree | 965d86a6a8a23e61a39e499b5bafe0c2c306b4c6 /.skipped-commit-ids | |
parent | upstream: tweak previous; ok djm (diff) | |
download | openssh-a4cb9be1b021b511e281ee55c356f964487d9e82.tar.xz openssh-a4cb9be1b021b511e281ee55c356f964487d9e82.zip |
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
Diffstat (limited to '')
-rw-r--r-- | .skipped-commit-ids | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.skipped-commit-ids b/.skipped-commit-ids index b63967893..9d6494a0d 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: |