diff options
Diffstat (limited to 'methods/store.cc')
-rw-r--r-- | methods/store.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/store.cc b/methods/store.cc index d54a14397..7b9e202d9 100644 --- a/methods/store.cc +++ b/methods/store.cc @@ -38,6 +38,7 @@ class StoreMethod : public aptMethod explicit StoreMethod(std::string &&pProg) : aptMethod(std::move(pProg),"1.2",SingleInstance | SendConfig) { + SeccompFlags = aptMethod::BASE; if (Binary != "store") methodNames.insert(methodNames.begin(), "store"); } |