serenity/Ports/openssh/patches
Patrick Meyer 6020364476 Ports: Make openssh server not crash during startup
Before, the openssh server tried to chroot. The startup always aborted
after that, as our chroot stub currently simply returns -1. Luckily we
can use unveil instead.

Furthermore the missing ssh_host_ed25519_key also prevented the server
from successfully starting.

The previous ReadMe.md entry about socketpair missing was already
resolved by #6705.
2022-05-02 17:12:51 -07:00
..
missing_functionality.patch Ports: Remove wchar parts from openssh patches 2021-12-21 20:35:52 -08:00
missing_stdio.patch
pledge.patch Ports: Remove dns and getpw pledges for the OpenSSH client 2021-05-18 16:33:48 +02:00
remove_inet_aton_redef.patch
scanf_assume_ssh20.patch
scm-rights.patch Ports: Use sendfd()/recvfd() for mm_send_fd()/mm_receive_fd() 2021-05-01 12:40:12 +02:00
unveil_privsep.patch Ports: Make openssh server not crash during startup 2022-05-02 17:12:51 -07:00