Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
openssh
openssh-7.7p1-seccomp_stat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssh-7.7p1-seccomp_stat.patch of Package openssh
# HG changeset patch # Parent 5034ae16f6a5c9c7151d931dc1cce2a541fe010e Allow the stat() syscall for OpenSSL re-seed patch (which causes OpenSSL use stat() on some file) bnc#912436 Index: openssh-8.8p1/sandbox-seccomp-filter.c =================================================================== --- openssh-8.8p1.orig/sandbox-seccomp-filter.c +++ openssh-8.8p1/sandbox-seccomp-filter.c @@ -294,6 +294,9 @@ static const struct sock_filter preauth_ #ifdef __NR_sigprocmask SC_ALLOW(__NR_sigprocmask), #endif +#ifdef __NR_stat + SC_ALLOW(__NR_stat), +#endif #ifdef __NR_time SC_ALLOW(__NR_time), #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor