summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2018-04-06 14:18:25 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2018-04-06 14:18:25 +0200
commitda385be6c38c5f79b7ee6d175f855c08090d959f (patch)
tree179fa949eb6373b93ec160a37bbafdbbef62a5ad /methods
parente688a4f4890c04021468932e57e17891853c8443 (diff)
Allow restart_syscall() syscall in seccomp sandboxes
Closes: #891644
Diffstat (limited to 'methods')
-rw-r--r--methods/aptmethod.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/aptmethod.h b/methods/aptmethod.h
index 10ff1b57f..cb5a30e21 100644
--- a/methods/aptmethod.h
+++ b/methods/aptmethod.h
@@ -227,6 +227,7 @@ protected:
ALLOW(rename);
ALLOW(renameat);
ALLOW(renameat2);
+ ALLOW(restart_syscall);
ALLOW(rt_sigaction);
ALLOW(rt_sigpending);
ALLOW(rt_sigprocmask);