mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
document OpenSSH compatibility fix
This commit is contained in:
parent
cb73bccf35
commit
6f4de3971e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
will be offered as part of hardened variants of the Bionic and musl C standard
|
||||||
libraries.
|
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
|
## OS integration
|
||||||
|
|
||||||
### Android-based operating systems
|
### Android-based operating systems
|
||||||
|
|
Loading…
Add table
Reference in a new issue