diff options
Diffstat (limited to 'methods/ftp.cc')
-rw-r--r-- | methods/ftp.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/ftp.cc b/methods/ftp.cc index 341230f69..99eebc5af 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -962,6 +962,7 @@ bool FTPConn::Get(const char *Path,FileFd &To,unsigned long long Resume, /* */ FtpMethod::FtpMethod() : aptAuthConfMethod("ftp", "1.0", SendConfig) { + SeccompFlags = aptMethod::BASE | aptMethod::NETWORK; signal(SIGTERM,SigTerm); signal(SIGINT,SigTerm); |