diff options
Diffstat (limited to 'methods/rred.cc')
-rw-r--r-- | methods/rred.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/methods/rred.cc b/methods/rred.cc index 3a3b20286..d4cf1050d 100644 --- a/methods/rred.cc +++ b/methods/rred.cc @@ -721,7 +721,10 @@ class RredMethod : public aptMethod { } public: - RredMethod() : aptMethod("rred", "2.0", SendConfig), Debug(false) {} + RredMethod() : aptMethod("rred", "2.0", SendConfig), Debug(false) + { + SeccompFlags = aptMethod::BASE | aptMethod::DIRECTORY; + } }; int main(int argc, char **argv) |