summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
Diffstat (limited to 'methods')
-rw-r--r--methods/aptmethod.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/methods/aptmethod.h b/methods/aptmethod.h
index f88512564..e406e3c37 100644
--- a/methods/aptmethod.h
+++ b/methods/aptmethod.h
@@ -206,6 +206,7 @@ protected:
#endif
ALLOW(sync);
ALLOW(syscall);
+ ALLOW(sysinfo);
ALLOW(time);
ALLOW(truncate);
ALLOW(truncate64);
@@ -255,6 +256,7 @@ protected:
ALLOW(msgrcv);
ALLOW(msgget);
ALLOW(msgctl);
+ ALLOW(ipc);
}
for (auto &custom : _config->FindVector("APT::Sandbox::Seccomp::Allow"))