diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-06 14:18:25 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-06 14:18:25 +0200 |
commit | da385be6c38c5f79b7ee6d175f855c08090d959f (patch) | |
tree | 179fa949eb6373b93ec160a37bbafdbbef62a5ad /methods | |
parent | e688a4f4890c04021468932e57e17891853c8443 (diff) |
Allow restart_syscall() syscall in seccomp sandboxes
Closes: #891644
Diffstat (limited to 'methods')
-rw-r--r-- | methods/aptmethod.h | 1 |
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); |