]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Allow (but return EACCES) fstatat64 in sandbox. V_8_5 anongit/V_8_5 github-selfhosted/V_8_5 github/V_8_5
authorDarren Tucker <dtucker@dtucker.net>
Fri, 12 Mar 2021 04:58:57 +0000 (15:58 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 12 Mar 2021 05:03:51 +0000 (16:03 +1100)
commit0727dd09eca355e7539cbcb23b148fcee9b21513
tree1bd81f6368d0b2f630511e6627df56d1572be748
parent51155e52e94dc1847e695765c80b0c8e768b880e
Allow (but return EACCES) fstatat64 in sandbox.

This is apparently used in some configurations of OpenSSL when glibc
has getrandom().  bz#3276, patch from Kris Karas, ok djm@
sandbox-seccomp-filter.c