]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
allow mprotect(2) with PROT_(READ|WRITE|NONE) only
authorDamien Miller <djm@mindrot.org>
Fri, 23 Aug 2019 00:08:48 +0000 (10:08 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 23 Aug 2019 00:10:03 +0000 (10:10 +1000)
commitf6906f9bf12c968debec3671bbf19926ff8a235b
tree0e540b08f4bc1246a1ee910224767aa67acc3a19
parente3b6c966b79c3ea5d51b923c3bbdc41e13b96ea0
allow mprotect(2) with PROT_(READ|WRITE|NONE) only

Used by some hardened heap allocators. Requested by Yegor
Timoshenko in https://github.com/openssh/openssh-portable/pull/142
sandbox-seccomp-filter.c