From 6f4de3971e16b40f0d682df41343926e9ab3c81e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 9 Oct 2019 23:27:25 -0400 Subject: [PATCH] document OpenSSH compatibility fix --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da0b973..f236611 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ this allocator offers across different size classes. The intention is that this will be offered as part of hardened variants of the Bionic and musl C standard libraries. +## Compatibility + +OpenSSH 8.1 or higher is required to allow the mprotect PROT_READ|PROT_WRITE system calls in the seccomp-bpf filter rather than killing the process. + ## OS integration ### Android-based operating systems