Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
vsftpd
vsftpd-seccomp-ssl.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vsftpd-seccomp-ssl.patch of Package vsftpd
SSL initialization calls RAND_load_file() which needs stat() enabled. Index: vsftpd-3.0.3/seccompsandbox.c =================================================================== --- vsftpd-3.0.3.orig/seccompsandbox.c 2021-12-21 15:33:01.491786690 +0100 +++ vsftpd-3.0.3/seccompsandbox.c 2021-12-21 15:33:01.499786535 +0100 @@ -559,6 +559,8 @@ seccomp_sandbox_setup_postlogin_broker() allow_nr(__NR_fstat); allow_nr(__NR_fchown); allow_nr_1_arg_match(__NR_recvmsg, 3, 0); + // called by RAND_load_file + allow_nr(__NR_stat); } if (tunable_syslog_enable) {
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