summaryrefslogtreecommitdiff
path: root/methods/aptmethod.h
diff options
context:
space:
mode:
Diffstat (limited to 'methods/aptmethod.h')
-rw-r--r--methods/aptmethod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/methods/aptmethod.h b/methods/aptmethod.h
index 331411571..cb5a30e21 100644
--- a/methods/aptmethod.h
+++ b/methods/aptmethod.h
@@ -106,7 +106,7 @@ protected:
if (SeccompFlags == 0)
return true;
- if (_config->FindB("APT::Sandbox::Seccomp", true) == false)
+ if (_config->FindB("APT::Sandbox::Seccomp", false) == false)
return true;
if (RunningInQemu() == true)
@@ -227,6 +227,7 @@ protected:
ALLOW(rename);
ALLOW(renameat);
ALLOW(renameat2);
+ ALLOW(restart_syscall);
ALLOW(rt_sigaction);
ALLOW(rt_sigpending);
ALLOW(rt_sigprocmask);